[IronPython] Dynamic-ish programming, or MissingMemberException

Marcin Krol mrkafk at gmail.com
Thu Jul 8 20:03:27 CEST 2010


Hello everyone,

When I try to add attributes to self in a method outside __init__, I'm 
getting MissingMemberException. Do I have to add everything to __slots__ 
and __init__() ?

I'm not saying it's not worth having smth like this to get Python plug 
into CLR, but this is kinda weird.

In addition, IronPython Studio crashed when I tried to get an online 
explanation from the exception window.

-- 

Regards,
mk

--
Premature optimization is the root of all fun.



More information about the Ironpython-users mailing list