Note there is a py2exe specific mailing list at
https://lists.sourceforge.net/lists/listinfo/py2exe-users - but when asking
questions like this, be sure to include the smallest sample that
demonstrates your problem in total - ie, the .py file you are trying to
freeze, the setup.py you are using to make it and the full error messages
you see.  Also, make sure you check out the py2exe samples - there are a
number of examples which include pywin32 modules.

 

Cheers,

 

Mark

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of _ _
Sent: Wednesday, 13 August 2008 12:50 AM
To: [EMAIL PROTECTED]; [email protected]
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 lot!!

2008/8/5 Mark Hammond <[EMAIL PROTECTED]>

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

Reply via email to