<div dir="ltr">You need to run your plugin inside QGIS, if you try and run it from the outside it's not going to work.<div><br></div><div>- Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 12, 2013 at 8:13 PM, Rafael Krucker <span dir="ltr"><<a href="mailto:rkrucker@hsr.ch" target="_blank">rkrucker@hsr.ch</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all<br>
<br>
 Im running qgis 2.0.1 on windows 7 64 bit and want to write a little python plugin for qgis. However, when trying to run it, i get the following error message:<br>
<br>
Traceback (most recent call last): File "C:\Users\Ausleihe\workspace\<u></u>testGame\testGame\testGame.py"<br>
, line 24, in <module> from qgis.core import *<br>
 ImportError: DLL load failed: The specified module could not be found.<br>
<br>
I've already tried several tipps provided in forums, like resetting python path etc. The location of qgis.core lies on the path, and I get a different error message when I remove it:<br>
<br>
Traceback (most recent call last): File "C:\Users\Ausleihe\workspace\<u></u>testGame\testGame\testGame.py"<br>
, line 24, in <module> from qgis.core import *<br>
ImportError: no such module<br>
<br>
Inspecting qgis_core.dll with dependency walker 2.0 led to various missing dependencies, but I'm not quite sure how these work out. Importing moduls like PYQt4.QtCore etc works just fine.<br>
 Any help would be greatly appreciated.<br>
<br>
Kind regards<br>
<br>
<br>
______________________________<u></u>_________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-<u></u>developer</a><br>
</blockquote></div><br></div>