<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello List<br>
<br>
I have always an error when I'm opening QGIS, that it can not load th
spqr plugin as it doesn't find the win32api.<br>
I have installed everything trough th Osgeo4w installer. I also have
python26 and python30 installed on my system. But honestley, I don't
know what this all does together. Can somebody help me on this?<br>
<br>
Best<br>
Markus<br>
<br>
the error message is as follows:<br>
<small><span style="color: rgb(255, 0, 0);">Couldn't load plugin spqr
due an error when calling its classFactory() method</span><br>
<br>
Traceback (most recent call last):<br>
  File "", line 1, in <br>
  File "C:/Dokumente und
Einstellungen/markus/.qgis//python/plugins\spqr\__init__.py", line 23,
in classFactory<br>
    from main import MainPlugin<br>
  File "C:/Dokumente und
Einstellungen/markus/.qgis//python/plugins\spqr\main.py", line 6, in <br>
    import doHistogram<br>
  File "C:/Dokumente und
Einstellungen/markus/.qgis//python/plugins\spqr\doHistogram.py", line
6, in <br>
    import opsR<br>
  File "C:/Dokumente und
Einstellungen/markus/.qgis//python/plugins\spqr\opsR.py", line 7, in <br>
    import rpy<br>
  File "C:\OSGeo4W\apps\Python25\lib\site-packages\rpy.py", line 88, in
<br>
    import win32api<br>
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht
gefunden.<br>
<br>
Python version:<br>
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]<br>
<br>
Python path:<br>
['C:/OSGeo4W/apps/qgis-dev/./python', 'C:/Dokumente und
Einstellungen/markus/.qgis//python/plugins\\symbology_ng',
'C:/Dokumente und Einstellungen/markus/.qgis//python/plugins',
'C:/OSGeo4W/apps/qgis-dev/./python/plugins',
'C:\\OSGeo4W\\apps\\gdal-16\\pymod', 'C:\\',
'C:\\OSGeo4W\\bin\\python25.zip', 'C:\\OSGeo4W\\apps\\Python25\\DLLs',
'C:\\OSGeo4W\\apps\\Python25\\lib',
'C:\\OSGeo4W\\apps\\Python25\\lib\\plat-win',
'C:\\OSGeo4W\\apps\\Python25\\lib\\lib-tk',
'C:\\OSGeo4W\\apps\\qgis-dev\\bin', 'C:\\OSGeo4W\\apps\\Python25',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32\\lib',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\Pythonwin',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\OSGeo4W\\apps\\qgis-dev\\python\\plugins\\fTools\\tools',
'C:\\Dokumente und
Einstellungen\\markus\\.qgis\\python\\plugins\\GdalTools\\tools',
'/usr/share/qgis/python/', '/usr/share/qgis/python/']</small><br>
</body>
</html>