Thanks Andreas.<div><br></div><div>You're right I used windows binary installer. I don't seem to have the postgresql.dll anywhere, nor can I find the Qt installation folder : /</div><div><br></div><div>Following your suggestion, lastError indead tells me drivers are not loaded. But what makes me really confuse is that none of the drivers are loading at all.</div>
<div><div><br></div><div>QtSql.QSqlDatabase.isDriverAvailable('QPSQL')</div><div>QtSql.QSqlDatabase.isDriverAvailable('QMYSQL')</div><div>QtSql.QSqlDatabase.isDriverAvailable('QSQLITE')</div></div>
<div><br></div><div>all returns False.</div><div><br></div><div>I tried download and install the latest binary package but still same problem.</div><div><br></div><div>Any suggestion what I should try next?</div><div><br>
</div><div>Thanks.</div><div><br></div><div><br><div class="gmail_quote">On Wed, Jan 11, 2012 at 6:18 PM, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 11.01.12 18:03:52, Panupat Chongstitwattana wrote:<br>
> Where is Qt's plugin folder? I can only find this<br>
<br>
</div>Whereever you installed Qt. If you took the PyQt4 windows binary<br>
package, then I don't know :|<br>
<div class="im"><br>
> C:\Python26\Lib\site-packages\PyQt4\plugins\sqldrivers<br>
><br>
> It has 4 files in it.<br>
><br>
> qsqlite4.dll<br>
> qsqlmysql4.dll<br>
> qsqlodbc4.dll<br>
> qsqlpsql4.dll<br>
<br>
</div>That looks good, now you just need to ensure that the postgresql dll is<br>
also in your PATH when starting python so the qsqlpsql4.dll can find it.<br>
<br>
If thats also the case and its still not working, I'd suggest to check<br>
wether Qt really supports the driver via<br>
QSqlDataBase.isDriverAvailable(). You may also have some luck with<br>
checking isValid() after the addDatabase and maybe the lastError()<br>
function to get a proper message out.<br>
<div class="HOEnZb"><div class="h5"><br>
Andreas<br>
<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</div></div></blockquote></div><br></div>