[google-appengine] Re: Crypto with App Engine SDK 1.7.2

2012-10-02 Thread Anand Mistry
You need to install PyCrypto yourself. Grab the tarball from https://www.dlitz.net/software/pycrypto/ and run setup.py. Unfortunately, installing PyCrypto using easy_install won't work with the dev_appserver on OSX. On Tuesday, 2 October 2012 20:30:46 UTC+10, coto wrote: > > What's the best way

Re: [google-appengine] Re: Crypto with App Engine SDK 1.7.2

2012-10-02 Thread Helge Tesdal
On Tue, Oct 2, 2012 at 12:39 PM, Anand Mistry wrote: > You need to install PyCrypto yourself. Grab the tarball from > https://www.dlitz.net/software/pycrypto/ and run setup.py. Unfortunately, > installing PyCrypto using easy_install won't work with the dev_appserver on > OSX. Not even with 1.7.2?

Re: [google-appengine] Re: Crypto with App Engine SDK 1.7.2

2012-10-02 Thread Anand Mistry
Yes. Last I checked, easy_install created a zip file when you install PyCrypto, which isn't compatible with our import hook. On Tuesday, 2 October 2012 21:01:45 UTC+10, Helge Tesdal wrote: > > On Tue, Oct 2, 2012 at 12:39 PM, Anand Mistry > > > wrote: > > You need to install PyCrypto yourself.