Re: [google-appengine] Re: 1.8.9 Pre-Release SDKs are now available.

2014-01-17 Thread R. Samuel Klatchko
oject Manager/Lead Web Applications Developer > > ReferABuyer.com - Developer of the Automatic$eller Software! > > 1973 Washington Valley Road > > Martinsville, NJ 08836 > > Phone: 732-868-4421 > > Fax: 732-356-5875 > > http://www.referabuyer.com > > pra.

[google-appengine] Re: 1.8.9 Pre-Release SDKs are now available.

2014-01-15 Thread R Samuel Klatchko
Hi Prateek- I'm unable to reproduce your results. If I use: str(datetime.datetime.now()) str(datetime.datetime.today()) I do not see the timezone offset in either 1.8.8 or 1.8.9. On the other hand, if I use: class faketz(datetime.tzinfo): def utcoffset(self, _): return datetime.timede

[google-appengine] Re: PHP SDK Python error

2013-05-31 Thread R Samuel Klatchko
You need to specify the location of php-cgi.exe using the --php_executable_path flag. On Friday, May 31, 2013 12:25:07 PM UTC-7, grega...@gmail.com wrote: > > While starting the dev app server, I'm getting the following error: > subprocess.py", line 948, in _execute_child startupinfo> WindowsEro

[google-appengine] Re: App Engine Server Error and cannot deploy app

2013-05-28 Thread R Samuel Klatchko
The value of application should be "resources" (i.e. the app-id), not "resources.appspot.com". On Monday, May 27, 2013 8:12:44 AM UTC-7, Kim Jae wrote: > > Good day Everyone! > > I'm currently using Google App engine and am trying to replicate what I've > found here: > http://beta.appinventor.mi