[PyQt] Build PyQt with sql Driver plugins

Phil Thompson phil at riverbankcomputing.co.uk
Tue Sep 25 15:23:53 BST 2007


On Tuesday 25 September 2007, paulino1 at sapo.pt wrote:
> In the Pyqt4 docs i find the option -t PLUGIN for the configure command.
>
> By "PLUGIN" I shall write the dll filename (qtsqlodbc4.dll) or the
> driver name QODBC, or the full path to the dll?
>
> I tried -t qtsqlodbc4 and don't have the driver availlable.

The docs say that the flag is to be used when Qt has been built as static 
libraries - so there won't be any .dll files. Look in the plugin directories 
to see what .lib files have been created when Qt was built.

Phil


More information about the PyQt mailing list