Hi,

At the end of the OpenSocial gifts tutorial:
     http://code.google.com/apis/opensocial/articles/appengine-0.8.html

pycrypto is invoked on GAE to authenticate a signed request.  But when
I try to do this myself, GAE can't find the pycrypto modules!  Am I
doing something wrong?

<type 'exceptions.ImportError'>: No module named Crypto.PublicKey
Traceback (most recent call last):
  File "/base/data/home/apps/accardi-dev/1.331241728430924979/
gifts.py", line 8, in <module>
    import api
  File "/base/data/home/apps/accardi-dev/1.331241728430924979/api.py",
line 15, in <module>
    from Crypto.PublicKey import RSA
<type 'exceptions.ImportError'>: No module named Crypto.PublicKey

--~--~---------~--~----~------------~-------~--~----~
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