python-twitter doesn't seem to work with google app engine on the devserver because when I make a request to the twitter.api I get:
'Connection aborted.', error(13, 'Permission denied')).
However, the same code, not changing a thing, works fine when running unittests in eclipse, as well as on the live app engine server..
Does anyone know how to get python-twitter to work with the dev server?