[PyQt] Problems with MySQL module

Phil Thompson phil at riverbankcomputing.co.uk
Sun Sep 2 00:39:12 BST 2007


On Saturday 01 September 2007, Gustavo A. Díaz wrote:
> Hi guys,
>
> I am trying to compile latest PyQt4 with mysql enabled, but does not enable
> on configure step:
>
> These PyQt modules will be built: QtCore QtGui QtNetwork QtOpenGL QtScript
> QtSvg QtTest QtXml QtAssistant QtDesigner.
>
> And i have QT4 mysql module installed (libqt4-dev and libqt4-sql).
>
> What s going on?
>
> QT4.3
> PyQT4.3 (and tested with latest snapshot)
> SIP4.7 (and tested with latest snapshot)
> OS: Kubuntu Feisty

PyQt doesn't care what database backends are enabled.

Run configure.py with the -w flag to see why the QtSql module is being 
disabled.

Phil



More information about the PyQt mailing list