<font face="verdana,sans-serif">I&#39;m using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in the standard way.<br><br>import sys<br>sys.path.append(r&quot;c:\python26\lib&quot;)<br><br>When I compile to an .exe, is there a way to link in the CPython libraries I&#39;m using? Otherwise I get an ImportError when I run the application on a machine that does not have CPython 2.6 installed. Thanks.<br>
</font>