[Tutor] ImportError: Module use of python25.dll conflicts with this version of Python.

Susana Iraiis Delgado Rodriguez susana.delgado_s at utzmg.edu.mx
Thu May 12 16:34:57 CEST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110512/3eb65314/attachment.html>


More information about the Tutor mailing list