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 engine, a single file for the
data, and the license couldn't be more liberal.

http://www.sqlite.org

Dave Cook
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to