I have used python twitter script from http://code.google.com/p/python-twitter/ and oauth2 from https://github.com/simplegeo/python-oauth2
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
To import third-party modules in App Engine, they need to be included (or symlinked) in the project directory. Your regular PYTHONPATH isn't checked, as modules installed on your local machine most likely won't be available on the production servers.