Finally i understand what's happening...
First the problem is not MSVCR90.DLL related. I cheked the other sql
plugin libraries with dependency walker and i found that for all i've got
the missing library log but at leat psqlodbc4.dll works so that is not the
problem.
The problem was related to lib
Before starting you app set the QT_DEBUG_PLUGINS environment var.
set QT_DEBUG_PLUGINS=1
Also in the windows registry Qt caches which plugins are valid. If the
qsqlpsql4.dll wouldn't load once it will not try to load it again even if you
fix dll problems. Go ahead and delete the entire plugi
Hello
I have a problem using PostgreSQL with pyqt. My pc is a Windows 7 32bit,
i've installed postgresql 9.1 with odbc drivers BUT i want to use it in
pyqt with the native driver. I've wrote a small script to test everything
but this work if i use ODBC, if i use PSQL i get an errore "Driver not
loa