[python-win32] Alternatives for 'compiling' python code into .exe
Jacob Kruger
jacob at blindza.co.za
Fri Jan 10 15:29:08 CET 2014
OK, another update - took, and modified a slightly different version of the
setup.py for py2exe that includes packaging MS runtime files/DLL's in
library.zip, etc., and .exe output now seems to work, but anyway...
Stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
----- Original Message -----
From: Jacob Kruger
To: python-win32 at python.org
Sent: Friday, January 10, 2014 09:49 AM
Subject: [python-win32] Alternatives for 'compiling' python code into .exe
Working with python 2.7, and along with trying to implement a larger, scrolling panel, making use of wx.lib.scrolledpanel.ScrolledPanel, using wxPython 3.0, py2exe no longer seems able to 'compile' code into working .exe files for use on windows - the error message below is generated into the .log file when I try to execute the app thereafter:
Traceback (most recent call last):
File "sizerExperiment4.py", line 2, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "wx\__init__.pyo", line 45, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "wx\_core.pyo", line 125, in <module>
AttributeError: 'module' object has no attribute 'PROCESS_ENTER'
Is there an alternative to py2exe I can try making use of?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
------------------------------------------------------------------------------
_______________________________________________
python-win32 mailing list
python-win32 at python.org
https://mail.python.org/mailman/listinfo/python-win32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20140110/88009988/attachment.html>
More information about the python-win32
mailing list