single binary file / setup package

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?

( comments be tested at
http://osdn.dl.sourceforge.net/sourceforge/sndrec/sndrec-src.zip )

Something Special wrote:

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!

Have a look at:
http://wiki.wxpython.org/index.cgi/CreatingStandaloneExecutables

Something Special wrote:

···

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?

( comments be tested at
Download sndrec-src.zip (pythonic mp3 recorder) )

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org