google app engine - No module named Crypto.Cipher on local mac AppEngine -


Crypto. Any module named cipher

when I try to import

From crypto Sefer Import AES

My folder structure looks like this:

test /

test /main.py

Test / pycrypto-2.3

I had built and installed inside the Piccito folder, but I'm looking at any idea, error?

This does not work with normal easy_install, or setup based on your Mac OS X version. Py is running The reason for this is that Google App Engine only allows for libraries loaded from a few directories. For more discussion see here:

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -