[IronPython] Accessing CPython from compiled assemblies

David Escobar davidescobar at ieee.org
Thu Sep 17 03:30:27 CEST 2009


I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in the
standard way.

import sys
sys.path.append(r"c:\python26\lib")

When I compile to an .exe, is there a way to link in the CPython libraries
I'm using? Otherwise I get an ImportError when I run the application on a
machine that does not have CPython 2.6 installed. Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090916/52dae181/attachment.html>


More information about the Ironpython-users mailing list