[IronPython] System.Windows error no module named Windows

luke14free luke14free at gmail.com
Fri Sep 5 12:08:09 CEST 2008


Hello,
I'm a newbuy of Iron Python, I've just installed it and wanted to see 
how it was. After a few common problems I've tried to run via execfile() 
tutorial\\calculator.py
However I get an error:
No module named windows
Even after I've done:

import clr

clr.AddReference("System.Xml")

from System.Xml import *

dir()

I've Visual Studio 2005 and 2008 on my pc. Any hint?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080905/a7dd1a1d/attachment.html>


More information about the Ironpython-users mailing list