I'm trying to get mapnik installed on Cygwin, running on Windows 7.  I've
managed to get mapnik-trunk and python bindings to build and install without
errors, but when I go to run the demo app, here's what I get:
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mapnik2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/mapnik2/__init__.py", line 58, in
<modu
le>
    from _mapnik2 import *
ImportError: No module named _mapnik2
>>> exit()

It seems like the python bindings installed correctly.  The contents of
/usr/lib/python2.6/site-packages/mapnik2 is
__init__.py  __init__.pyc  _mapnik2.so  ogcserver  paths.py

I don't know much about where python is looking for mapnik packages, or
where it should be looking.  Any suggestions?

Sam
-- 
View this message in context: 
http://old.nabble.com/Cygwin-building-installation-tp31339247p31339247.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to