I\'m attempting to follow Heroku\'s python quickstart guide but am running into repeated problems. At the moment, \"git push heroku master\" is failing because it cannot ins
Are you trying to push the example app from the quickstart? Many of the requirements you're trying to install aren't required at all.
I suspect that you created your requirements file outside of the recommended virtualenv, and that twisted and bonjour-py are packages install in your system python installation.