OK. If I don't get leads here, I may just post this on the qgis list. But
anyway, I'm learning as I go. I'm using the OSGeo4Win version of QGIS, both
the 1.0 and the 1.4 are installed.
I'm trying to get quantumnik running on my windows 7 box. I have
successfully installed mapnik 0.7.1 using python 2.6.

It looks like QGIS is python 2.5 only. Must I install python 2.5 and change
my path, run import mapnik from a python 2.5 shell to get it running?

When I add the quantumnik plugin it fails with this long message (at the
bottom of the email. I then gives me a "The plugin is broken. Python said:
DLL load failed. The specified module could not be found."

I do have a directory of C:\OSGeo4W\apps\mapnik...

So any pointers on how to get quantumnik running would be appreciated.

Couldn't load plugin 'quantumnik' from
['C:\Users\mike\.qgis\python\plugins\GeoCoding',
'C:/OSGeo4W/apps/qgis-unstable/./python', 'C:/Users/mike/.qgis//python',
'C:/Users/mike/.qgis//python/plugins',
'C:/OSGeo4W/apps/qgis-unstable/./python/plugins',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\geojson-1.0-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\tempita-0.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\webtest-1.1-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\weberror-0.9.1-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\webob-0.9.4-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\mako-0.2.3-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\nose-0.10.4-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\decorator-2.2.0-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\formencode-1.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\pastescript-1.7.3-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\pastedeploy-1.3.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\paste-1.7.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\beaker-1.1.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\webhelpers-0.6.3-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\routes-1.10.1-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\pygments-1.0-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\wsgiref-0.1.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\mapfish-1.0-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\simplejson-2.0.5-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\pylons-0.9.6.2-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\sqlalchemy-0.5.0rc1-py2.5.egg',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages\Shapely-1.0.7-py2.5-win32.egg',
'C:\OSGeo4W\apps\gdal-16\pymod', 'C:\mapnik-0.7.1\python\2.6\site-packages',
'C:\OSGeo4W\apps\mapfish_framework-1.0\site-packages',
'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-unstable\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-unstable\python\plugins\fTools\tools',
'C:\Users\mike\.qgis\python\plugins\GdalTools\tools',
'C:\Users\mike\.qgis\python\plugins\GdalTools', '/usr/share/qgis/python/',
'/usr/share/qgis/python/']

Traceback (most recent call last):
  File "C:/OSGeo4W/apps/qgis-unstable/./python\qgis\utils.py", line 119, in
loadPlugin
    __import__(packageName)
  File "C:/Users/mike/.qgis//python/plugins\quantumnik\__init__.py", line 3,
in
    from quantumnik import Quantumnik, NAME
  File "C:/Users/mike/.qgis//python/plugins\quantumnik\quantumnik.py", line
4, in
    import mapnik
  File "C:\mapnik-0.7.1\python\2.6\site-packages\mapnik\__init__.py", line
43, in
    from _mapnik import *
ImportError: DLL load failed: The specified module could not be found.

Python version:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]

Python path: ['C:\\Users\\mike\\.qgis\\python\\plugins\\GeoCoding',
'C:/OSGeo4W/apps/qgis-unstable/./python', 'C:/Users/mike/.qgis//python',
'C:/Users/mike/.qgis//python/plugins',
'C:/OSGeo4W/apps/qgis-unstable/./python/plugins',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\geojson-1.0-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\tempita-0.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\webtest-1.1-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\weberror-0.9.1-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\webob-0.9.4-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\mako-0.2.3-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\nose-0.10.4-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\decorator-2.2.0-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\formencode-1.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\pastescript-1.7.3-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\pastedeploy-1.3.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\paste-1.7.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\beaker-1.1.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\webhelpers-0.6.3-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\routes-1.10.1-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\pygments-1.0-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\wsgiref-0.1.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\mapfish-1.0-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\simplejson-2.0.5-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\pylons-0.9.6.2-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\sqlalchemy-0.5.0rc1-py2.5.egg',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages\\Shapely-1.0.7-py2.5-win32.egg',
'C:\\OSGeo4W\\apps\\gdal-16\\pymod',
'C:\\mapnik-0.7.1\\python\\2.6\\site-packages',
'C:\\OSGeo4W\\apps\\mapfish_framework-1.0\\site-packages',
'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-unstable\\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-unstable\\python\\plugins\\fTools\\tools',
'C:\\Users\\mike\\.qgis\\python\\plugins\\GdalTools\\tools',
'C:\\Users\\mike\\.qgis\\python\\plugins\\GdalTools',
'/usr/share/qgis/python/', '/usr/share/qgis/python/']
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to