<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font color="#3333ff"><small><font face="Verdana">Hello,<br>
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<br>
However I get an error:<br>
No module named windows<br>
Even after I've done:</font></small></font><br>
<pre><p class="TypedExample">import clr</p><p class="TypedExample">clr.AddReference("System.Xml")</p><p
 class="TypedExample">from System.Xml import *</p>dir()
</pre>
<font color="#3333ff"><small><font face="Verdana">I've Visual Studio
2005 and 2008 on my pc. Any hint?</font></small></font><br>
</body>
</html>