[PyQt] Build a windows exe from a gui+database application

Giovanni Bajo rasky at develer.com
Sat May 29 19:18:21 BST 2010


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.
rasky at develer.com  ::  http://www.develer.com

Blog: http://giovanni.bajo.it
Last post: Grey on black: combining greylisting with blacklists



More information about the PyQt mailing list