Hello list!

I just started working with a dll fro geospatial data, it uses Python to
analyze data, this package is OSGeo4W; when I run the script and got the
next error:
>>> import mapnik
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\OSGeo4W\apps\Python25\lib\site-packages\mapnik\__init__.py", line
42,
 in <module>
    from _mapnik import *
ImportError: Module use of python25.dll conflicts with this version of
Python.

I'm using Python 2.6
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to