hi, sorry by my english<br><br>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 ... <br><br>the way as you say "like windows" with similars wizard setup can use installjammer.. to make a .bin (binary file), of your project.. with this soft can see the wizard installer setup like windows ask some options to install and other things.. and in both case... do some action after finish to prepare the enginge with your database importing the schema your are and the rest of things you need to can run your app...<br>

<br>MySQL provide the mysqldump to export all your data to file.sql to can use as your installer to can import into app to prepare the enviroment after finish... after that is continue prepare th rest part with all your need...<br>

but right now.. <br><br>for python setup packaging.. ask better at python list... and for mysql dumping file ask at mysql list. for more info..<br><br>best regards.  :-)<br><br>Tony<br><br><div class="gmail_quote">El 5 de abril de 2012 04:10, Vijayakumar <span dir="ltr"><<a href="mailto:aphrovijay.soaf@gmail.com">aphrovijay.soaf@gmail.com</a>></span> escribió:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have developed an application which has nearly 10 individual python files.<br>
These files are core of the application.<br>
<br>
Now i want to convert these files into an installer package. I also want to<br>
do something similar for windows compatibility as well.<br>
<br>
My application also uses MySQL. I use MySQL to store and retrieve values<br>
used in the application.<br>
<br>
I remember using SQL Lite with Andriod programming and the database file can<br>
be exported in that case. Am not sure about  doing the same for MySQL. Could<br>
anyone please provide their suggestions on the both "installer package" and<br>
database support.<br>
<br>
How would the database support be maintained when an installer is created ?<br>
Is it even possible ?<br>
<br>
Thank you.<br>
<br>
--<br>
View this message in context: <a href="http://python.6.n6.nabble.com/Create-an-installer-package-tp4688832p4688832.html" target="_blank">http://python.6.n6.nabble.com/Create-an-installer-package-tp4688832p4688832.html</a><br>


Sent from the PyQt mailing list archive at Nabble.com.<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><font color="#888888"><font color="#888888">Antonio Pe</font><span><font color="#888888">ñ</font></span><font color="#888888">a</font><span></span><br><font color="#888888">Secure email with PGP 0x8B021001 available at <a href="http://pgp.mit.edu" target="_blank">http://pgp.mit.edu</a><br>

</font></font><font color="#888888">
<font color="#888888">Fingerprint: 74E6 2974 B090 366D CE71  7BB2 6476 FA09 8B02 1001</font></font><br>