Hi,
I have installed mapnik several days ago accourding to this link:
https://github.com/mapnik/mapnik/wiki/WindowsInstallation
I used python 2.5.4 and the mapnik-2.0.1rc0 mapnik binarys (on Win 7).
whenever I clicked a python file, I got a nice GUI where I could
execute the file. The command "from mapnik import *" worked without
any problems.
Unfortunately I forgot to never touch a running system and installed
python 2.7.2, since then I do not get any GUI, so I have to run python
on the command line (maybe I have some kind of python problem...).
When I execute "from mapnik import *" now, I get the following error
message:
>>>from mapnik import *
Traceback (most recent call last):
File "<stdin>", line 1 in <module>
File "E:\OSM\Tools\mapnik-2.0.1rc0\python\2.7\site-packages\mapnik
\__init__.py from _mapnik import *
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht
gefunden.
>>>
and in a seperat Windows Error Window:
Der Prozedureinsprungpunkt
"??4glyph_symbolizer@mapnik@@QAEAAU01@ABU01@@Z" wurde in der DLL
"mapnik.dll" nicht gefunden.
I removed mapnik and python several times and tried reinstallations
with python 2.5.4 and 2.7.2, always with the same result (as well
without the python GUI).
Does anybody know, what I can do to get my mapnik back running?
I appreciate any help!
7