Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have troubles to install mapnik plugin on windows7 64bit for python. I tried to install it, but when I import it, I get an error.
would you please guiding me how I can install it?

XML
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import mapnik
  File "C:\mapnik-v2.2.0\python\2.7\site-packages\mapnik\__init__.py", line 69, in <module>
    from _mapnik import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
Posted
Comments
[no name] 15-Jun-13 21:23pm    
Why don't you ask the makers? They would know more about mapnik than anyone else. https://groups.google.com/forum/?fromgroups#!forum/mapnik

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900