Re: [IronPython] Slow Performance of CPython libs?

2008-02-21 Thread Jon Cooper
I like the ANTS Profiler, and there's also one in VS2005 Team that is supposed to be okay. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Birsch Sent: Thursday, February 21, 2008 7:36 AM To: Discussion of IronPython Subject: Re: [IronPython] Slow Performance of CPython libs?

Re: [IronPython] OpenGL with IronPython

2008-02-15 Thread Jon Cooper
Perhaps you should use Processing instead? http://www.processing.org/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jane janet Sent: Friday, February 15, 2008 11:10 AM To: users@lists.ironpython.com Subject: [IronPython] OpenGL with IronPython Hi all, I need help again. I

[IronPython] WinForms UserComponent binding a IronPythonConsole

2008-01-23 Thread Jon Cooper
Hello, I've been enjoying using IronPython. I'm now going to embed it in my C# WinForms application to provide a way for users to perform simple ad-hoc scripting. Unfortunately this has been less easy than I thought it would be! I've built a subclass of TextBox that I can use to display and

Re: [IronPython] WinForms UserComponent binding a IronPythonConsole

2008-01-23 Thread Jon Cooper
you're not finding it anywhere on the engine - the linked blog came before IronPython 1.0. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Cooper Sent: Wednesday, January 23, 2008 5:02 AM To: users@lists.ironpython.com Subject: [IronPython] WinForms UserComponent binding

Re: [IronPython] WinForms UserComponent binding a IronPythonConsole

2008-01-23 Thread Jon Cooper
); pythonOutputStream.Position = 0; String returnValue = pythonReader.ReadToEnd(); return returnValue; } From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Cooper Sent: 23 January 2008 19:24 To: Discussion of IronPython Subject: Re: [IronPython] WinForms