mysql = create_engine('mysql://user:%restofthepassword@host:3306/db') result = mysql.execute("select * from some_table") And I used to get following error ...
I have been trying to package a sqlalchemy 0.7.2 program, which accesses a MySQL data source, with the latest PyInstaller trunk (rev. 1571). PyInstaller fails to include MySQLdb. Works fine with ...