[python-win32] Create dll from python source code

_ _ egregio at gmail.com
Tue Aug 12 16:49:33 CEST 2008


I try use pyrex to create dll from py source code. Works!, but I dont know
how include win32 extension modules in my dll.... Can you help me please?...
I need to include PyQt too...

Thanks a lot!!

2008/8/5 Mark Hammond <mhammond at skippinet.com.au>

> 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...
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080812/94789f9c/attachment.htm>


More information about the python-win32 mailing list