[google-appengine] Re: does GAE have pycrypto?

2009-02-08 Thread jonasgalvez
But surely it should available to GAE users since it used by GAE itself, shouldn't it? --Jonas Galvez On Sat, Feb 7, 2009 at 11:04 PM, Alexander Kojevnikov alexan...@kojevnikov.com wrote: On Feb 8, 8:23 am, Anthony acca...@gmail.com wrote: Thanks, that's what I've been doing locally. So I

[google-appengine] Re: does GAE have pycrypto?

2009-02-07 Thread Anthony
Thanks, that's what I've been doing locally. So I suppose when I deploy to the GAE server, I should bundle all non-standard libraries with my application files? On Feb 7, 1:11 am, 陈浩 chenha...@gmail.com wrote: The module you import is not python standard library. Maybe you can find it in that

[google-appengine] Re: does GAE have pycrypto?

2009-02-07 Thread Alexander Kojevnikov
On Feb 8, 8:23 am, Anthony acca...@gmail.com wrote: Thanks, that's what I've been doing locally.  So I suppose when I deploy to the GAE server, I should bundle all non-standard libraries with my application files? Yes, as long as they are pure-Python libraries. If a library uses C extensions,

[google-appengine] Re: does GAE have pycrypto?

2009-02-06 Thread 陈浩
The module you import is not python standard library. Maybe you can find it in that sample folder or download it. On 2/7/09, Anthony acca...@gmail.com wrote: Hi, At the end of the OpenSocial gifts tutorial: http://code.google.com/apis/opensocial/articles/appengine-0.8.html pycrypto