[Tilecache] ImportError: No module named paste.request
steve at stevehorn.cc
steve at stevehorn.cc
Sun Nov 24 06:01:43 PST 2013
When trying to generate tiles (under WSGI), each request fails with an error
500:
127.0.0.1 - - [24/Nov/2013 08:51:46] "GET /1.0.0/zip4/4/0/7.png HTTP/1.1"
500 59
Traceback (most recent call last):
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py",
line 85, in run
self.result = application(self.environ, self.start_response)
File
"/Library/Python/2.7/site-packages/TileCache-2.11-py2.7.egg/TileCache/Service.py",
line 397, in wsgiApp
return wsgiHandler(environ, start_response, theService)
File
"/Library/Python/2.7/site-packages/TileCache-2.11-py2.7.egg/TileCache/Service.py",
line 286, in wsgiHandler
from paste.request import parse_formvars
ImportError: No module named paste.request
I have installed Python Paste via easy_install and it still does not work.
Can someone help me understand what is wrong?
FYI - This environment was working a couple months ago before upgrade to OSX
Mavericks. Could that have anything to do with this issue?
Thanks for any help!
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/ImportError-No-module-named-paste-request-tp5090872.html
Sent from the TileCache mailing list archive at Nabble.com.
More information about the Tilecache
mailing list