Hi!

I'm trying to runt Mapnik 0.6.0 on Windows XP. I've installed Python 2.5.3, 
unzipped mapnik-0.6.0-win32-py25.zip to c:\mapnik_0_6_0 and updated PATH and 
PYTHONPATH. 
 
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\mapnik_0_6_0\lib
PYTHONPATH=c:\mapnik_0_6_0\site-packages
 
When I run "import mapnik" I get the following error:
 
IDLE 1.2.4      
>>> import mapnik
 
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import mapnik
  File "c:\mapnik_0_6_0\site-packages\mapnik\__init__.py", line 44, in <module>
    from _mapnik import *
ImportError: DLL load failed: This application has failed to start because the 
application configuration is incorrect. Reinstalling the application may fix 
this problem.
 
 
Any ideas?
 
/Christian
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to