[python-win32] Create dll from python source code

Mark Hammond mhammond at skippinet.com.au
Tue Aug 5 16:15:30 CEST 2008


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: python-win32-bounces at python.org
[mailto:python-win32-bounces at python.org] On Behalf Of _ _
Sent: Tuesday, 5 August 2008 10:03 PM
To: python-win32 at python.org
Subject: [python-win32] Create dll from python source code

How create a dll from python source code?... py2exe?

Thanks a lot...




More information about the python-win32 mailing list