Hi,<br><div class="gmail_quote"><br>I&#39;m currently trying to make a python application which use QGis API but i am facing a problem for severals day. You see, i have installed QGis, PyQt4 and Python 2.6.<br><br>On top of my program I have :<br>

<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">import os<br>from PyQt4        import QtCore, QtGui<br>import sys<br>from qgis.core    import *<br>

from qgis.gui     import *<br></blockquote><div><br>When i try to run my script I have the following error : <br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

 Traceback (most recent call last):<br>  File &quot;C:\Users\Pierre\Desktop\Projet SIG\MontBlanc\qgismt\__main__.py&quot;, line 4, in &lt;module&gt;<br>    from qgis.core    import *<br>ImportError: DLL load failed: Le module spécifié est introuvable.</blockquote>

<div><br>I am running on Windows 7.<br></div></div><br clear="all">I try many things to solve this problem but I fail, I hope you will be able to help me.<br><br>Best regards,<br><font color="#888888"><br>Pierre<br>
</font></div><br>