On sab, 2010-05-29 at 14:54 -0300, Mario Daniel Carugno wrote: > Hi there > > > I'm trying py2exe to build an .exe for windows XP, from a PyQt4 with > database (mysql) access. > > > After follow all steps, resolve problems by googling, i end with a exe > that works, but when i run a module that > connects with mysql, i get the error: > > > Driver not loaded Driver not loaded > > > What can i do to get a working exe ? > Do anybody has a working setup.py to use with py2exe ? > Would be easiest with another tool ?
It should work out-of-the-box with PyInstaller. -- Giovanni Bajo :: Develer S.r.l. [email protected] :: http://www.develer.com Blog: http://giovanni.bajo.it Last post: Grey on black: combining greylisting with blacklists _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
