Re: [PyQt] Create an installer package

2012-04-07 Thread Vijayakumar
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. __

Re: [PyQt] Create an installer package

2012-04-05 Thread Tony Peña
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

[PyQt] Create an installer package

2012-04-05 Thread Vijayakumar
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