question on py2exe and DLL

Joe Wong joewong at mango.cc
Thu Aug 12 05:15:46 EDT 2004


Hi, I have an application which is converted to binary using py2exe. How I can make a DLL (also written in python) that can be loaded by a py2exe converted application? In short, I have two .py files implement the same class and methods ( but internall, they are different ). In the script, I can simply change the import statement to use the .py file that I want but I don't know how to do it after it is py2exe packed..

Regards,

- Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040812/cd2daa47/attachment.html>


More information about the Python-list mailing list