Ok, thanks again Dane. Worked a lot better using the version directly from Github. For others looking at this later I needed to add WSGIApp like this:
from ogcserver.wsgi import WSGIApp Espen >> 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

