[google-appengine] Re: Need help with Appengine helper.

2008-09-01 Thread Peter
Surely I'm not the only one on the planet trying to run this under windows? On Aug 31, 11:25 pm, Peter <[EMAIL PROTECTED]> wrote: > I'm trying to get django and app engine working together.  I'm a > novice with both, so maybe I'm missing something.  I'm running on > Windows Vista. > > I'm followi

[google-appengine] Re: Need help with Appengine helper.

2008-09-02 Thread tcs 241
Hello, I met same problems before. 1.datastore error is because it is the first time run your app without any data input yet.once there is some data in your datastore that msg will be gone. 2.PIL module error. what I did is google, download and install it. Actually, they won't affect your app

[google-appengine] Re: Need help with Appengine helper.

2008-09-02 Thread Ethan Post
This got me going. http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/ On Sun, Aug 31, 2008 at 5:25 PM, Peter <[EMAIL PROTECTED]> wrote: > > I'm trying to get django and app engine working together. I'm a > novice with both, so maybe I'm missing something. I'm running on > Windo

[google-appengine] Re: Need help with Appengine helper.

2008-09-02 Thread Peter
Hmm. A couple of extra lines of documentation would have been very helpful. I'm not used to ignoring warnings and errors. Thanks for the info. After a bit of a test it does indeed seem to work regardless of warnings. The datastore seems to be empty at each startup which could be a bit tedious

[google-appengine] Re: Need help with Appengine helper.

2008-09-02 Thread Noah Gift
On Tue, Sep 2, 2008 at 3:29 PM, Peter <[EMAIL PROTECTED]> wrote: > > Hmm. A couple of extra lines of documentation would have been very > helpful. I'm not used to ignoring warnings and errors. > > Thanks for the info. After a bit of a test it does indeed seem to > work regardless of warnings. >

[google-appengine] Re: Need help with Appengine helper.

2008-09-04 Thread Peter
Hi Noah, Where are these application settings? Doesn't seem to be anything app.yaml to tell it to clear things. Cheers, Pete On Sep 2, 8:53 pm, "Noah Gift" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 3:29 PM, Peter <[EMAIL PROTECTED]> wrote: > > > Hmm.  A couple of extra lines of docu

[google-appengine] Re: Need help with Appengine helper.

2008-09-04 Thread Noah Gift
On Thu, Sep 4, 2008 at 2:59 AM, Peter <[EMAIL PROTECTED]> wrote: > > Hi Noah, > Where are these application settings? Doesn't seem to be anything > app.yaml to tell it to clear things. On the OS X GoogleAppEngineLauncher it is in Application Settings. Under launch settings there is a box called

[google-appengine] Re: Need help with Appengine helper.

2008-09-22 Thread Matt Brown
Peter wrote: > Hmm. A couple of extra lines of documentation would have been very > helpful. I'm not used to ignoring warnings and errors. I've committed a change to the Google Appengine Helper for Django article to mention these warnings and that they can be safely ignored. > The datastore s