[google-appengine] Re: GAE as a non-exclusive platform

2009-02-04 Thread

In my opinion, gae depended some function it's own system, whether
sharing code needing discussion.
You can coding under any framework without gae (such as djaogo) and
deploy them to gae server so you can run your app in any python
enviroment.

On 2/5/09, mcamirand  wrote:
>
> If we keep our app in its current form, we can choose from thousands
> of hosts. If we migrate to GAE, our app can only work on GAE. We are
> bound to Google's pricing, SLA, privacy policy, whims. Why doesn't
> Google revolutionize hosting by licensing out the GAE environment? If
> the neighbourhood datacentre could offer me a GAE environment, I'd be
> converting my app tomorrow.
>
> Everyone is already amazed by what's been created here. Google
> shouldn't wait until someone releases an open-source implementation of
> GAE that becomes the new standard for the hosting world, replacing
> dedicated servers and virtual private servers.
>
> -m
> >
>


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



[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  wrote:
>
> 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?
>
> : No module named Crypto.PublicKey
> Traceback (most recent call last):
>   File "/base/data/home/apps/accardi-dev/1.331241728430924979/
> gifts.py", line 8, in 
> import api
>   File "/base/data/home/apps/accardi-dev/1.331241728430924979/api.py",
> line 15, in 
> from Crypto.PublicKey import RSA
> : 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
-~--~~~~--~~--~--~---