On Mon, Jun 7, 2010 at 10:41 AM, Ashley Abraham <[email protected]> wrote: > Hi, > In Python I am used to using enthought's Traits to validate attributes > and explicitly declare variable types, is there anything similar to that in > IronPython. Also, when I try to import enthought's traits module (with > ironclad) in IronPython I get ImportError: No module named zipimport is > there a way around to get around this??? is IronPython compatible with > setuptools??
There isn't a zipimport for IronPython, unfortunately. It's also the big hurdle preventing setuptools/distribute from fully working (it mostly works, if you can avoid zipped eggs). I tried to get it to work a long time ago but never had time to finish it. - Jeff _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
