<font size=2 face="sans-serif">Hey, Dear.</font>
<br>
<br><font size=2 face="sans-serif">I used py2exe to build .exe application
for the program.  When I ran the .exe , there is ImportError: No module
named System.</font>
<br>
<br><font size=2 face="sans-serif">In python script , I used Python for
.NET package. </font>
<br><font size=2 face="sans-serif">"</font>
<br><font size=2 color=blue face="Consolas">from</font><font size=2 color=#c0c0c0 face="Consolas"><b>
System </b></font><font size=2 color=blue face="Consolas">import</font><font size=2 color=#c0c0c0 face="Consolas"><b>
</b>*</font>
<br><font size=2 color=blue face="Consolas">from</font><font size=2 color=#c0c0c0 face="Consolas"><b>
System </b></font><font size=2 color=blue face="Consolas">import</font><font size=2 color=#c0c0c0 face="Consolas"><b>
<u>String</u></b></font>
<br><font size=2 face="sans-serif">"</font>
<br>
<br><font size=2 face="sans-serif"> It's working properly, if running
directly from the script (python2.7+win7). But it failed if running .exe
created by py2exe.</font>
<br>
<br><font size=2 face="sans-serif">Could anyone help?</font>
<br><font size=2 face="sans-serif">Appreciate it very much.</font>
<br><font size=2 face="sans-serif">Sam</font>
<br>
<br>
<br>