Gunicorn fails when using WSGI
问题 I want Gunicorn to talk with TileStache via WSGI. But when I run this command... gunicorn "TileStache:WSGITileServer('/var/osm/bright/project/OSMBright4/tilestache.cfg')" ...I get these errors: 2013-03-30 23:02:41 [14300] [INFO] Starting gunicorn 0.17.2 2013-03-30 23:02:41 [14300] [INFO] Listening at: http://127.0.0.1:8000 (14300) 2013-03-30 23:02:41 [14300] [INFO] Using worker: sync 2013-03-30 23:02:41 [14305] [INFO] Booting worker with pid: 14305 Error loading Tilestache config: 2013-03-30