I'm not aware of a tool that will turn a python script into a DLL with arbitrary entry-points. py2exe will let you create DLLs with entry points suitable for COM objects or ISAPI extensions.
HTH, Mark ---- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of _ _ Sent: Tuesday, 5 August 2008 10:03 PM To: [email protected] Subject: [python-win32] Create dll from python source code How create a dll from python source code?... py2exe? Thanks a lot... _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
