Re: [python-win32] Create dll from python source code

2008-08-12 Thread Mark Hammond
: [EMAIL PROTECTED]; python-win32@python.org Subject: Re: [python-win32] Create dll from python source code 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

Re: [python-win32] Create dll from python source code

2008-08-12 Thread _ _
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 <[EMAIL PROTECTED]> > I'm not aware of a tool that will turn a python script

Re: [python-win32] Create dll from python source code

2008-08-05 Thread Mark Hammond
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 Augu