Marcin wrote:
> Michael Foord wrote:
> > Don't use IronPython Studio - it is *very* unstable and uses
> IronPython
> > 1 which is years out of date.
> 
> Yikes.
> 
> > Use IronPython Tools for Visual Studio 2010:
> >
> > http://ironpython.net/ironpython/tools/
> >
> > Basically you shouldn't use __slots__ because it causes problems like
> > this... I think IronPython Studio creates classes with __slots__ when
> > you use the windows forms designer.
> 
> It does.
> 
> > IronPython Tools doesn't have a
> > winforms designer because it isn't really possible without horrible
> > hacks. I recommend using the Visual Studio C# designer and then
> subclass
> > the classes it generates from IronPython.
> 
> Thanks, this saves me newbie pains - but can I make this work with VS
> 2010 Express?

It doesn't work w/ Express because Express doesn't support adding 
extensions.  It does work w/ the free integrated shell.  There's a link
to the integrated shell download over at 
http://www.ironpython.net/tools/download/

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to