In short, I have a python module that I'm building into an app with py2app. When I run the app in distribution (not alias), it hangs at this line
resp, content = client.request(request_token_url, "GET")
It runs fine when using the alias. Suggestions? More info: I'm just making this an app through py2app. http://code.google.com/p/python-twitter/source/browse/get_access_token.py