Re: Distributing Python Apps and MySQL

2005-04-11 Thread dcrespo
Hi. Thank you for your answer. I had been working on NSInstaller since it was the first one I looked up. I take advantage of this comment to say that NSInstaller really works (for whoever that is reading this) ;) -- http://mail.python.org/mailman/listinfo/python-list

Re: Distributing Python Apps and MySQL

2005-04-10 Thread Dave Cook
On 2005-04-07, dcrespo <[EMAIL PROTECTED]> wrote: > Hi there... I want to distribute my python apps and the MySQL Database > in the easiest way possible. I mean a user just run the installation > file and all is automaticly installed. Any suggestions? sqlite is even easier: a single DLL for the e

Re: Distributing Python Apps and MySQL

2005-04-07 Thread Jarek Zgoda
rbt napisaƂ(a): I don't think one can distribute mysql within a software package w/o buying a commercial license to do so. Check out their licensing on their website here: "When your application is not licensed under either the GPL-compatible Free Software License as defined by the Free Softwar

Re: Distributing Python Apps and MySQL

2005-04-07 Thread rbt
dcrespo wrote: Hi there... I want to distribute my python apps and the MySQL Database in the easiest way possible. I mean a user just run the installation file and all is automaticly installed. Any suggestions? My knowledge: I know, as many of you, that there's py2exe for compiling python apps for