I have used python twitter script from http://code.google.com/p/python-twitter/ and oauth2 from https://github.com/simplegeo/python-oauth2
Asked
Active
Viewed 1,438 times
2
-
pls accept Wooble's answer, it is correct – Timofey May 09 '13 at 19:01
1 Answers
4
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.

Wooble
- 87,717
- 12
- 108
- 131