Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

virtualenv is a tool that creates sandboxed Python environments.

learn more… | top users | synonyms

0
votes
1answer
257 views

installing flask in Python on Heroku

I'm trying to follow this guide. I made virtualenv and installed flask in it: Requirement already satisfied (use --upgrade to upgrade): Flask in /usr/local/lib/python2.7/dist-packages Requirement ...
5
votes
2answers
534 views

Problems getting the Heroku example app for Python run locally with SSL

I started out with having the same problem as in this question. As one of the answers suggests one can avoid that particular problem by making the app run without SSL. But as Facebook is set to ...