I am trying to get PyCrypto to work with the Google App Engine, and I have a detailed description of the problem I am facing, which is called issue 7925 for the Google App Engine.
In fact, I donβt know a reasonable way to install PyCrypto on Mac OS X 10.8 so that dev_appserver.py will use it - except for a workaround to add Crypto/ to the project root directory.
Unfortunately, the problem just appeared, which leads to the failure of the project when deploying the project with Crypto/ in the root of the project.
It may be possible to edit or defuse the GAE code, but I am not good enough in GAE code to make this convenient. All the suggestions I saw were for Python2.5 and Mac OS X <10.8.
I would be grateful for the thoughts on alternative, reasonable ways to get PyCrypto to work with the GAE application server in Mac OS X 10.8.
Brian M. hunt
source share