hi all and happy new year
I want to create a binary executable for my application wxPython in
Linux, what do you recommend?
OS: Ubuntu 9.10
Python 2.6.4
wxPython: 2.8.10.1
···
--
Fabio Spadaro
www.fabiospadaro.com
hi all and happy new year
I want to create a binary executable for my application wxPython in
Linux, what do you recommend?
OS: Ubuntu 9.10
Python 2.6.4
wxPython: 2.8.10.1
--
Fabio Spadaro
www.fabiospadaro.com
Hi Fabio,
On Sun, Jan 3, 2010 at 5:26 AM, Fabio Spadaro fabiolinospad@gmail.com wrote:
hi all and happy new year
I want to create a binary executable for my application wxPython in
Linux, what do you recommend?
OS: Ubuntu 9.10
Python 2.6.4
wxPython: 2.8.10.1
–
Fabio Spadaro
I recommend checking out GUI2Exe since it wraps most of the popular Python binary builders: http://code.google.com/p/gui2exe/
The one you’ll probably want to look at it is PyInstaller, although one of the others may work as well. There are links to each of the binary builders on that link above.
Mike Driscoll
Give bbfreeze a try. It has worked well for me and it integrates with
distutils/setuptools.
On Sun, Jan 3, 2010 at 5:26 AM, Fabio Spadaro <fabiolinospad@gmail.com> wrote:
hi all and happy new year
I want to create a binary executable for my application wxPython in
Linux, what do you recommend?OS: Ubuntu 9.10
Python 2.6.4
wxPython: 2.8.10.1