On Nov 8, 2011, at 1:44 PM, Espen Isaksen wrote:

> from mapnik2.ogcserver.wsgi import WSGIApp


Ah ha, I notice you are importing from mapnik2. You should be using the updated 
OGCServer code which is a standalone package of python files that lives outside 
of mapnik sources.

You can download it from:

https://github.com/mapnik/OGCServer

Then change you scripts to do:

import ogcserver
# or
from ogcserver import foo

I'm not sure if this will solve your issue, but to investigate more we all 
should be using the same code.

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

Reply via email to