<div>Hi to all,<br></div><div><br></div><div>Im new in QGIS and I hope I choose right place to ask this question. </div><div><br></div><div>Im trying to create standalone python application that will use PyQT4 libraries and QGIS libriaries. I installed first python 3.1 and tested it in console and Eclipse PyDev enviroment. It worked fine....then I installed PyQt GPL v4.7.3 for Python 3.1, tested import of those libraries and everything worked fine on both console and eclipse enviroment.</div>
<div><br></div><div>My next step was to try to use qgis libraries and I followed tutorial from this site <a href="http://mapserver.sk/~wonder/qgis/html/intro.html">http://mapserver.sk/~wonder/qgis/html/intro.html</a> to configure enviroment variables for using PyQGIS in my standalone application. But when I test &quot;<strong>from qgis.core import *</strong>&quot; Im getting error message  &quot;<strong>from qgis.core import *  ImportError: DLL load failed: The specified procedure could not be found</strong>&quot; all the time.</div>
<div><br></div><div>Here is how mine enviroment variables are set</div><div><br></div><div><strong>PYTHONPATH: </strong>C:\Python31\Lib\site-packages;C:\OSGeo4W\apps\qgis-unstable\python;</div><div><strong>PATH: </strong>C:\OSGeo4W\apps\qgis-unstable;C:\Python31\Lib\site-packages\PyQt4\bin;</div>
<div><br></div><div>I also tried with options to set following paths in PATH C:\OSGeo4W\apps\qgis-unstable\bin;C:\OSGeo4W\apps\qgis-unstable\lib;</div><div><br></div><div>I read a lot about this on internet and forums, I also saw comments that I should use python and PyQt installation that comes with QGIS(version 1.4.0)( I tried that running <strong>OSGeo4W shell</strong> and it worked), but I think it would be better to dont be dependent directly to OSGeo installation...I would like only to use QGIS librarires same as it is happenning with PyQT4.</div>
<div><br></div><div>Do you have any idea what is causing this problem, and how I could override this so I can develop my python application in eclipse only including QGIS libraries.</div><div><br></div><div>Thanks for any help</div>
<div><br></div><div>Minja</div><div><br></div><div><br></div>