Distributing Python Apps and MySQL

Dave Cook davecook at nowhere.net
Sun Apr 10 10:19:07 EDT 2005


On 2005-04-07, dcrespo <dcrespo at gmail.com> 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 engine, a single file for the
data, and the license couldn't be more liberal.

http://www.sqlite.org

Dave Cook



More information about the Python-list mailing list