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?


--

Regards,
mk

--
Premature optimization is the root of all fun.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to