How do you convert a script .pyw into a program with extension .exe?
Many thanks
www.py2exe.org/
···
On 9/24/07, Raffaello Barella < barbarossa.platz@gmail.com> wrote:
How do you convert a script .pyw into a program with extension .exe?
Many thanks
Hi Raffaello,
How do you convert a script .pyw into a program with extension .exe?
Many thanks
There are many possibilities, the most widely used on Windows is
py2exe. But you could also try PyInstaller. If you go with py2exe, you
might also want to take a look at my GUI2Exe project here:
http://xoomer.alice.it/infinity77/main/freeware.html#gui2exe
It may simplify the executable building process
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
···
On 9/25/07, Raffaello Barella wrote: