i have finally (after a big struggle) deployed the application on Heroku, (that happened on OpenSuse because on windows it was a mess -_- ), but now Heroku hates my application, because for him, it is so slow to start:
2014-07-07T21:17:29.728450+00:00 heroku[web.1]: Process exited with status 137
2014-07-07T21:17:33.443235+00:00 heroku[web.1]: Starting process with command `python app.py`
2014-07-07T21:18:00.068431+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=
essog.herokuapp.com request_id=30630578-4332-40e4-b586-c2660b441028 fwd="197.202.137.127" dyno= connect= service= status=503 bytes=
2014-07-07T21:18:33.938581+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2014-07-07T21:18:33.938815+00:00 heroku[web.1]: Stopping process with SIGKILL
2014-07-07T21:18:35.488536+00:00 heroku[web.1]: Process exited with status 137
2014-07-07T21:18:35.511862+00:00 heroku[web.1]: State changed from starting to crashed
2014-07-07T21:18:38.123764+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=
essog.herokuapp.com request_id=823d5f2f-c859-4ed2-8759-7dd61140ed7e fwd="197.202.137.127" dyno= connect= service= status=503 bytes=
2014-07-07T21:18:55.477270+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=
essog.herokuapp.com request_id=b537a2d1-ef6d-46b4-b176-2d8a7eefd1eb fwd="197.202.137.127" dyno= connect= service= status=503 bytes=
here is the code: is use the 8000, and i guess they bind a port from their numbers?