from Crypto.Cipher import DES
obj=DES.new('abcdefgh', DES.MODE_ECB)

Try executing those two lines in the same request on
shell.appspot.com.  Rather than press <enter> after the import, try
<shift>-<enter> and then try the call to DES.new().

..mike

On Tue, May 5, 2009 at 3:25 PM, Devel63 <danstic...@gmail.com> wrote:
>
> Has anyone used PyCrypto successfully with App Engine (http://
> code.google.com/appengine/docs/python/tools/libraries.html#PyCrypto)?
> I've run into 2 obstacles -
>
> 1) Since there's no distribution with App Engine SDK, does anyone know
> a safe source of the library for use on a Windows development machine?
>
> 2) Trying to use it on http://shell.appspot.com, I get errors
>
>    from Crypto.Cipher import DES
>    obj=DES.new('abcdefgh', DES.MODE_ECB)
>
>     -->all sorts of traceback errors mentioning pickling
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to