This can help I think : http://groups.google.com/group/google-appengine/tree/browse_frm/thread/b18bd661e88a7e69/1ad10c65b482a85e?rnum=1&q=PyCrypto&_done=%2Fgroup%2Fgoogle-appengine%2Fbrowse_frm%2Fthread%2Fb18bd661e88a7e69%2F1d9ec438809c8395%3Flnk%3Dgst%26q%3DPyCrypto%26#doc_54998520c096e3c7
On Mar 1, 3:03 am, Iap <[email protected]> wrote: > I learned that GAE has a customized version of PyCrypto. > > but > "from Crypto.Cipher import *" > raises: > NotImplementedError: This function is not supported on App Engine. > > Neither, > import DES,Blowfish,..... from Crypto.Cipher all are failed with the > same reason. > > I does not see these ciphers have been excluded as described on the > list > inhttp://code.google.com/intl/zh-en/appengine/docs/python/tools/librari... > > What's the right way to import these Ciphers? Or they are all not implemented? > > Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
