Domanda

Following the tutorial, linked below, i've tried to install TurboGears on Heroku using gevent. http://turbogears.readthedocs.org/en/latest/cookbook/deploy/heroku.html

Can't figure out why, but I get there errors:

ERROR [gearbox] Failed to load application or server: Entry point 'main' not found in egg 'gevent' (dir: /app/.heroku/python/lib/python2.7/site-packages; protocols: paste.server_factory, paste.server_runner; entry_points: ) (--debug to see traceback)

LookupError: Entry point 'main' not found in egg 'gevent' (dir: /app/.heroku/python/lib/python2.7/site-packages; protocols: paste.server_factory, paste.server_runner; entry_points: )

Any idea on how to solve them?

È stato utile?

Soluzione

Let me suggest you try this line in your production.ini file and tell us if it works:

[server:main]
use = egg:gearbox#gevent
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top