Is there a proper IDE for IronPython? I have been playing with Komodo, and I don't know how well that replicates the capabilities of IronPython.
-Michael Troy McKee- MIT, BA, AS -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Sent: Thursday, March 16, 2006 10:59 PM To: Discussion of IronPython Subject: Re: [IronPython] Visual Studio Express Editions Actually, to run IronPython, all you need is the .NET 2.0 runtime. .NET SDK (an additional download) is enough to compile/develop IronPython. Martin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Tarlano Sent: Thursday, March 16, 2006 10:31 PM To: Discussion of IronPython Subject: Re: [IronPython] Visual Studio Express Editions Yes, a .NET SDK is enough, but some people like to use VS as an IDE. Anthony On 3/17/06, henry show <[EMAIL PROTECTED]> wrote: > > why should we have a VS or something to run IP? we are runing IP, not > compling . i think a .net sdk is enough, isnt it? > > > 2006/3/16, Stute, Detlef ALRT/EEG4 <[EMAIL PROTECTED]>: > > Hi Donnal, > > I'm using IronPython with C# Express. Right now, everything works > > fine. > > > > Mit freundlichen Grüßen/ kind regards/ Cordiali Saluti > > > > Detlef Stute > > SEATEC GmbH > > www.seatec-gmbh.com _______________________________________________ > > users mailing list > > [email protected] > > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
