Hi All, I'm trying to set-up my own instance of MapOSMatic. We are setting up a local instance in Haiti to facilitate map printing of informal settlements and camps down here. I followed the instructions (I'm using Ubuntu 10.04) The issue I've run into is it doesn't seem to be finding a library in ocitysmap. (See the error below).
Sorry if this is just a python newbie question. Any help would be greatly appreciated. Thanks, Kate ImportError at / No module named ocitysmap.coords Request Method: GET Request URL: http://127.0.0.1:8000/ Exception Type: ImportError Exception Value: No module named ocitysmap.coords Exception Location: /home/maps/maposmatic/www/../www/maposmatic/helpers.py in <module>, line 30 Python Executable: /usr/bin/python Python Version: 2.6.5 Python Path: ['/home/maps/maposmatic/www', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages'] Server time: Mon, 23 Aug 2010 04:00:10 +0200
