[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-03-16 Thread Michael O'Brien
The zip hasn't been updated in a while, so you'll need to get the latest version from subversion: http://code.google.com/p/google-app-engine-django/source/checkout cheers Michael On Mar 15, 3:58 am, Coonay fla...@gmail.com wrote: where can i get r72? the latest is just

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-03-14 Thread Coonay
where can i get r72? the latest is just r52 http://code.google.com/p/google-app-engine-django/downloads/list, thanks for ur help On Mar 10, 9:36 pm, arbi arbin...@gmail.com wrote: Hi, I had exactly the same problem of importingdjangoerror. The warning I got is : [WARNING:root:Blocking

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-16 Thread Nuno Maltez
On Thu, Feb 12, 2009 at 8:07 PM, Brett C. bcan...@gmail.com wrote: On Feb 10, 4:47 am, Nuno Maltez nuno.li...@gmail.com wrote: I get the following Warning followed by an Error when I try to access my app: WARNING:root:Blocking access to skipped file

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-16 Thread R Warren
Hi, I am also encountering the same problem as jtaylor and I am running the same configuration as the poster in this thread: http://groups.google.com/group/google-appengine/browse_frm/thread/9e9f3715a866b754 (Installed GAE SDK 1.1.9 on Mac OS X 10.5.6 running Python 2.5.1) I had no problems

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-12 Thread Brett C.
On Feb 10, 4:47 am, Nuno Maltez nuno.li...@gmail.com wrote: Hi, I have a similar problem, except that I'm using Django 0.96 included in the SDK and App Engine Helper for Django rev 53 (following the instructions in the README, it's the latest revision that works with 0.96). Updating to

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-11 Thread jtaylor
I am also getting the same error. Upgraded GAE and I get the below error. This is very annoying and makes me wary about upgrading the app engine and deploying my code. Now I am stuck and unable to do my development. What is the fix? -JT class

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Ian Lewis
Michael, Hmm, it seems to be running ok here for me. On Tue, Feb 10, 2009 at 7:00 PM, mcobrien mich...@mcobrien.org wrote: Hi, now that sdk 1.1.9 disallows access to skipped files, the LoadAppengineEnvironment() function in the django helper isn't working. It makes a call to

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Matt Brown
Hi Michael, mcobrien wrote: now that sdk 1.1.9 disallows access to skipped files, the LoadAppengineEnvironment() function in the django helper isn't working. It makes a call to LoadAppConfig, which tries to read app.yaml. Since this is a skipped file (it's actually marked as skipped when

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Ian Lewis
Michael, Ah, I may not have been running the current version from svn. Matt, Thanks for fixing it, On Tue, Feb 10, 2009 at 7:35 PM, Matt Brown mattbr...@google.com wrote: Hi Michael, mcobrien wrote: now that sdk 1.1.9 disallows access to skipped files, the LoadAppengineEnvironment()

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread mcobrien
Matt, thanks a lot, that fixed it for me. I'll be sure to file an issue if I see anything else strange. cheers M On Feb 10, 10:35 am, Matt Brown mattbr...@google.com wrote: Hi Michael, mcobrien wrote: now that sdk 1.1.9 disallows access to skipped files, the LoadAppengineEnvironment()

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Nuno Maltez
Hi, I have a similar problem, except that I'm using Django 0.96 included in the SDK and App Engine Helper for Django rev 53 (following the instructions in the README, it's the latest revision that works with 0.96). Updating to r73 would mean having to update to a more recent version of Django