Hi,
Thank you for the detailed response. I'll look into everything that you have
mentioned.
--
View this message in context:
http://python.6.n6.nabble.com/Create-an-installer-package-tp4688832p4696009.html
Sent from the PyQt mailing list archive at Nabble.com.
__
hi, sorry by my english
your better option is make an egg python installer with setup.py
enviroment.. and the rest of process... in the internet exist many examples
about it how to make it ...
the way as you say "like windows" with similars wizard setup can use
installjammer.. to make a .bin (bin
Hi,
I have developed an application which has nearly 10 individual python files.
These files are core of the application.
Now i want to convert these files into an installer package. I also want to
do something similar for windows compatibility as well.
My application also uses MySQL. I use My