Ive made the project which uses wxPython;
my question: is there a nice way making single package or exe for this project.
I have just tried pyinstaller1.1 - it produced 10mb directory for me
with my file as .exe (which errors on first run, without any usable
results)
I am asking for suggestions by the ones who had successfully tried such things.
At py2exe website author links at the "setup-script" - what is it?
Ive made the project which uses wxPython;
my question: is there a nice way making single package or exe for this project.
I have just tried pyinstaller1.1 - it produced 10mb directory for me
with my file as .exe (which errors on first run, without any usable
results)
I am asking for suggestions by the ones who had successfully tried such things.
At py2exe website author links at the "setup-script" - what is it?
Py2exe is an extension for the distutils tool, so the way you build your executable is to use distutils, which is usually done from a setup.py file.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Ive made the project which uses wxPython;
my question: is there a nice way making single package or exe for this project.
I have just tried pyinstaller1.1 - it produced 10mb directory for me
with my file as .exe (which errors on first run, without any usable
results)
I am asking for suggestions by the ones who had successfully tried such things.
At py2exe website author links at the "setup-script" - what is it?
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org