I am getting much farther with my app now that I can actually run it as an .exe; and running under VS is a HUGE help. Currently, the app is dying on the following statement:<br><br>import os<br><br>When I run it in VS or from the ipy command prompt, &quot;import os&quot; seems to work fine, &quot;dir(os)&quot; yields a bunch of symbols, for instance.<br>

<br>When I run it as a compiled .exe, it runs up to that point, and dies with an exception &quot;no module named os&quot;.<br><br>This seems like it must be some sort of path issue or similar. Where is the assembly for &quot;os&quot;,<br>

and how do I ensure it gets found from my .exe - is there a specific env. variable, or the Windows %PATH% e.v., or something I haven&#39;t AddReference&#39;d to????<br>Thanks,<br>Ken<br><br><br>