My application uses PyQt4 to access a sqlite DB.<br><br>Then I convert it with py2exe into a windows executable.<br><br>I use always the same py2exe version (0.6) and after I build my exe, when I run it,&nbsp; with some PyQt4 versions I get the&nbsp; &#39;Driver not loaded&#39; error trying to access my sqlite db.<br>
<br><div id="1el7" class="ArwC7c ckChnd">Through&nbsp; the last eight months  I found 2 version combinations that don&#39;t work and only one that works:<br><br>Qt4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.2.2 +&nbsp;&nbsp;&nbsp;&nbsp; PyQt&nbsp;&nbsp;&nbsp; 4.1.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;===&nbsp;&nbsp; DON&#39;T work<br>

Qt4 4.3.4 (qt-win-opensource-4.3.4-mingw.exe)+ PyQt&nbsp; 4.3.3 (PyQt-Py2.5-gpl-4.3.3-2.exe) &lt;===&nbsp;&nbsp; work<br>
Qt4 4.4.0 (qt-win-opensource-4.4.0-mingw.exe)+ PyQt 4.4.2 (PyQt-Py2.5-gpl-4.4.2-1.exe)&nbsp;&nbsp;&nbsp; &lt;===&nbsp;&nbsp; DON&#39;T work<br>
<br><br>I have a similar problem on MacOsX with py2app and there these versions do not work:<br><br>Qt4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.3.4 +&nbsp;&nbsp;&nbsp;&nbsp; PyQt&nbsp;&nbsp;&nbsp; 4.3.3 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;===&nbsp;&nbsp; DON&#39;T work<br>
<br>I don&#39;t know witch combination works on that platform.<br>(perhaps there the problem is different).<br><br><br>Licia.</div>