[google-appengine] Re: SQLite with Google APP Engine

2009-02-04 Thread S.I
Hi Lan, Thanks for your reply. I have a python file to retrieve data from SQLite and stored as CSV file. This python file is not in local Google SDK. It's seperate file, now i run this file manually. What I required is every one hour automatically the data retrieved from SQLite to CSV, the

[google-appengine] How to add the directory of Google SDK to our python path

2009-02-04 Thread S.I
Hi, I used the below line to import sqlite in google app: from sqlite3 import dbapi2 as sqlite Is it correct? When I import sqlite3 in google app i got the following error : __ INFO 2009-02-04 10:42:48,750 appcfg.py] Server:

[google-appengine] Cross application resource access

2009-02-04 Thread adad
Hi, Is it possible access to another application resource ? For example, Since the datastore has the unique key in whole BigTable. My application A like to access my application B datastore or memcache. Best Regards Tom Wu --~--~-~--~~~---~--~~ You received

[google-appengine] Re: pricing / additional app slots

2009-02-04 Thread Joel Odom
The Google App Engine customer service folks read this group. If you really need more apps or quota, you may ask them directly. I think they generally grant more apps as long as they can see that you're not abusing the service. On Tue, Feb 3, 2009 at 8:48 PM, David Wilson d...@botanicus.net

[google-appengine] Re: Cross application resource access

2009-02-04 Thread David Symonds
On Wed, Feb 4, 2009 at 10:43 PM, adad service.g2...@gmail.com wrote: Hi, Is it possible access to another application resource ? Not directly at the present. You could implement a handler in one application that would return data, and use urlfetch. Dave.

[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-04 Thread Scott
Actually, I think it's position 0 of the argument to gettext, here's the full exception: Request Method: GET Request URL:http://localhost:8080/ Exception Type: UnicodeDecodeError Exception Value:'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in

[google-appengine] Should I be learning Python?

2009-02-04 Thread tempy
I am starting on App Engine and learning how to use it the only way I know how, by starting a project. That also means learning Python. I don't totally mind learning Python, but I'm already trying to teach myself Objective-C and all the different syntaxes are starting to tax my poor head. So I

[google-appengine] Re: Cross application resource access

2009-02-04 Thread service G2100
I am really appreciated that google provide the decent service App Engine. Even it only with Python which I am not familiar with. But the scale structure can be see in App Engine. *Private IP(hostname) support for each application will be wonderful.* Urlfetch is slower than direct connect.

[google-appengine] Re: date range in query

2009-02-04 Thread arnie
I have applied the DATETIME method as suggested but unable to use inequality operator for 2 datetime fields. I have tried this too b=db.gqlquery('SELECT * FROM myTable WHERE field1=:val1 and sdate=DATETIME(2009,11,20,0,0,0)') b=b.filter('where edate=DATETIME(2009,11,20,0,0,0)') But it does not

[google-appengine] Re: Should I be learning Python?

2009-02-04 Thread Blixt
I myself come from an ASP/PHP/ASP.NET C# background in web development. I started learning Python for other reasons than web development at first, but now it's my preferred language for web development. Coupled with Django, it's simply the fastest way I know to develop a dynamic web site, and the

[google-appengine] Re: manually validate an ASCID ticket

2009-02-04 Thread Jason C
Thanks Brett. This is basically the approach we've taken. Was hoping for a more official mechanism. --~--~-~--~~~---~--~~ 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] Re: Should I be learning Python?

2009-02-04 Thread luismgz
You should set your priorities and make one step at a time. Learning python shoudn't be seen as a painful task. Actually, if you leave all other concerns behind and concentrate in learning it, without pressure, you'll enjoy it very much. Believe me, none of the other languages you mentioned will

[google-appengine] Re: Should I be learning Python?

2009-02-04 Thread bowman.jos...@gmail.com
I learned python in order to use appengine. Though if you're already learning another language for professional reasons (job requirement) you may be better off waiting until you are comfortable with that language, or at least until you know what the next release offers. I've taught myself C,

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

2009-02-04 Thread mcamirand
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

[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 maxcamir...@gmail.com wrote:

[google-appengine] Downloading Logs

2009-02-04 Thread Greg
I'm having difficulty downloading logs - it seems to be downloading records, but then doesn't write them to the file (or stdout when I tried that). gr...@kahu:~/Servers/google_appengine$ ./appcfg.py -n 1 --severity=0 -v request_logs myapp myapp.log Loaded authentication cookies from

[google-appengine] Re: Cant access applications page!

2009-02-04 Thread Alexander Kojevnikov
On Feb 5, 11:12 am, Andrejus i...@playtictac.com wrote: Hello, I have just created Google Account for app engine. I can login to appspot.com and create new application, but after creation I am redirected to the start page where I see only Create an Application button, I cant see my newly