[google-appengine] Re: Use Of Deprecated Code

2010-04-09 Thread JoeM
Just to make my reply clear : "my 2.5.4" = "my local google applengine source running witn Python 2.5.4" On Apr 9, 11:32 pm, JoeM wrote: > I checked and saw that since I upgraded to Ubuntu 9.10 the Python has > been changed to Python 2.6.4.  However your theory ab

[google-appengine] Re: Use Of Deprecated Code

2010-04-09 Thread JoeM
2.5, where md5 is not deprecated.  It's > unlikely google will "fix" this, since the error is caused by you > using an unsupported python version. > > On Apr 8, 4:13 pm, JoeM wrote:> Hello, > > > This post is directed to the appengine developers who work f

[google-appengine] Use Of Deprecated Code

2010-04-08 Thread JoeM
Hello, This post is directed to the appengine developers who work for Google. In the past I have, on my local appengine server, fixed source code to eliminate use of deprecated code. But going forward I see it is much better if the fix is made at the source of the distribution. I am running Ubu

[google-appengine] Transparent Data Transfer

2010-03-14 Thread JoeM
Hi All, Can I take the datastore file that results from hosting a Google appengine server on my local machine and directly insert that data into Google's real online datastore by an operation that is simple and direct ? -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Cloud

2009-11-12 Thread JoeM
have to have the same runtime! It's perfectly fine to have one > version of an app using the Java runtime and another version of the > same app using the Python runtime." > > So I would say the answer is yes. In this case both languages can even > access the same datast

[google-appengine] Cloud

2009-11-11 Thread JoeM
Do appengine Python applications and appengine Java applications access the same cloud ? --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Future of Google App Engine?

2009-09-19 Thread JoeM
Hello Rob, I think that your expectations for the near term are too high. Cloud computing is an emerging technology and the best computer scientists are still grappling with newly discovered issues. Google has embarked on a very ambitious path in deploying a global application hosting service. S

[google-appengine] Re: are end users concerned with phishing Google Accounts ?

2009-08-04 Thread JoeM
If password controlled access is needed trust will be an issue no matter who implements the procedure. -Joe On Aug 1, 3:20 pm, pca wrote: > I'm discovering Google App, and preparing an App for the general > public, mostly for FireFox users.  User identification will be > required, and I'm hesit

[google-appengine] Datastore Utility

2009-07-15 Thread JoeM
Hi All, Does anyone know of a datastore utility that can do the following things: 1) Run on a developers machine accessing the local datastore. 2) Test the integrity of a .datastore file. 3) Present the schema of the .datastore file. 4) Allow interactive queries from a command line or GUI in

[google-appengine] Re: Python Vs Java in GAE

2009-06-10 Thread JoeM
Ashish, This is like asking us who you should marry. Both can do everything you need. Joe On Jun 9, 6:40 am, Ashish Agarwal wrote: > Hello Friends, > >   I want to know which language is best for creating application in > GAE. I have both the options in my hand, I can go for python as well > as

[google-appengine] Re: Are you a human ?

2009-04-19 Thread JoeM
To Tom and Everyone, I didn't know that the datastore was protected by captchas. I have always had a lot of trouble making out what the captcha is supposed to signify even with up to date prescription glasses on. So I hope that when I try to deploy my application I will be able to make it out.

[google-appengine] Visibility Of Dynamic Pages On GAE

2009-03-30 Thread JoeM
Hi Everyone, I am building a GAE application in which the content is stored in Google Big Table. I am using the webapp framework with Django templating ( no other Django use ). What I do is to read content from the datastore and compose a page on the fly rendering the data into a Django template.