Re: [IronPython] How to update visual studio for Ironpython beta 7& Infinite loop on package import

2006-06-02 Thread ivan chollet
Eh ben dis donc ! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aude Espesset Sent: vendredi 2 juin 2006 23:53 To: Discussion of IronPython Subject: Re: [IronPython] How to update visual studio for Ironpython beta 7& Infinite loop on package import 1)The update d

Re: [IronPython] deriving IronPython

2006-05-10 Thread ivan chollet
hods would be easier from the user's POV. I'm not fully qualified to answer such questions but I thought that a simple user's position could provide you with a different insight in IP's design issues. Hope this helps! Ivan chollet -Original Message- From: [EMAIL PROTEC

[IronPython] deriving IronPython

2006-05-09 Thread ivan chollet
Hi everyone,   I thought it would be rather cool if the developers of IronPython changed the protection levels in some of IronPython classes. I mean, PythonEngine or PythonCommandLine are classes that are subject to be subclassed. Maybe you could set them to “protected virtual”…, so that

Re: [IronPython] IDE

2006-02-04 Thread ivan chollet
ionable to some developers, but I’d like to help develop this IDE.  So, if you don’t mind for someone like me to pitch in, please let me know what I need to do to get start.   Thanks, Daniel     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ivan ch

Re: [IronPython] IDE

2006-01-29 Thread ivan chollet
] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Dixon Sent: dimanche 29 janvier 2006 04:37 To: Discussion of IronPython Subject: Re: [IronPython] IDE On 1/28/06, ivan chollet <[EMAIL PROTECTED]> wrote: > > > > Hi fellows Python scripters, > > > > As I had nice feedback for

[IronPython] IDE

2006-01-28 Thread ivan chollet
/ivan-chollet-s-blog-pages/ironpython-ide-source-code   Actually, I’d like to know if some people would be interested in helping me to develop the IDE in little bit further. According to some messages on this IronPython mailing list, a lot of people would like to have a Python debugger, like the one

Re: [IronPython] IronPython GUI

2005-12-30 Thread ivan chollet
Hi Catalin,   I actually made last month a nice GUI editor for IPython. It’s written in C# and builds on the .NET 2.0. I embedded it in STP which is available at www.stocktradingplus.net . The name of the executable is “TradingProgrammer.exe”. You will find it in the STP directory. Basi