app engine: ImportError: No module named Crypto.Hash
问题 I have a script that uses Crypto.Hash but import fails with error: ImportError: No module named Crypto.Hash in my sys.path if I print the sys.path list, there is this entry (among others): /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/pycrypto-2.6 If I open the path above, there is no pycrypto-2.6 directory. How can I get to load pycrypto 2.6? If I import Crypto.Hash running python from command line it works