On Nov 8, 2011, at 1:44 PM, Espen Isaksen wrote:
> import sys
> from mapnik2.ogcserver.wsgi import WSGIApp
> sys.path.append('/var/www/wsgi/mapfactory.py')
You likely need to append the path to the directory that file is in.
So:
sys.path.append('/var/www/wsgi/')
And make sure permissions are good for that and an __init__.py file exists.
Dane
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

