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 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
>
> >pycryptois invoked on GAE to authenticate a signed request.  But when
> > I try to do this myself, GAE can't find thepycryptomodules!  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
>
> --
> This letter from ChenHao.
--~--~---------~--~----~------------~-------~--~----~
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