[google-appengine] Re: App deployment stuck and then failed with "version not ready"

2014-09-29 Thread Caleb Lloyd
Can't deploy on Python right now either. Deployment keeps hanging. On Friday, September 26, 2014 12:57:23 PM UTC-4, Markus A. wrote: > > Getting frequent errors from the admin page (appengine.google.com) also: > > Error: Server ErrorThe server encountered an error and could not complete > your r

[google-appengine] Re: appcfg.py upload_data failing early

2009-11-18 Thread Lloyd
t I was working on. To make it odder, the flag, and the upload worked just fine on my Windows 7 lappy. This helped me track down the issue with the install on my WinXP machine. Lloyd On Nov 16, 10:34 pm, Lloyd wrote: > I am having trouble getting the bulk uploader to work.  I have been > f

[google-appengine] appcfg.py upload_data failing early

2009-11-17 Thread Lloyd
I am having trouble getting the bulk uploader to work. I have been following the tutorial here:http://code.google.com/appengine/docs/ python/tools/uploadingdata.html. When I enter the following command (from winodows, using PowerShell) -

[google-appengine] Re: Code not refreshed

2009-08-14 Thread Lloyd Dube
> I have tried restarting the server, and even after a complete reboot my new > > text is not shown in place of Hello World. > > What could it be? It can't be caching, could it? > > > I would appreciate any ideas.. > > > -- > > Lloyd Dube --~--~-~--~

[google-appengine] Re: application configuration file not found

2009-05-23 Thread Lloyd Dube
helps, Lloyd Dube On Apr 10, 3:52 am, "hongxua...@gmail.com" wrote: > say you have an C:\MyDemo\HelloWorld dir which include 2 files: > helloworld.py and app.yaml > then you should go to C:\MyDemo rather than C:\MyDemo\HelloWorld to > perform the cmd("dev_appserver.py

[google-appengine] Newbie's 1st notes trying to start django project on appengine

2009-02-11 Thread Lloyd Budd
ive containing all of Django should work and can made using: 'zip -r django.zip django' Which leaves me with: $ ls -lh django.zip -rw-r--r-- 1 lloyd staff 3.6M 11 Feb 10:09 django.zip $ md5 django.zip MD5 (django.zip) = 94a089c6264967260bc082291fcc62a7 So I'm