[web2py:9885] Trouble web2py working w/ GAE development server

2008-10-06 Thread MHblue
I'm unable to get web2py working at all using the GAE development server. This is my first web2py install. I downloaded the latest trunk (when I log in it says web2py Version 1.43 (2008-09-22 11:22:03)). Starting web2py directly ("python web2py.py") works fine -- I can browse the admin interface e

[web2py:9890] Re: Trouble web2py working w/ GAE development server

2008-10-06 Thread MHblue
I will double check tomorrow. > Google has recently updated the GAE and some things have changed. > > Massimo > > On Oct 6, 6:53 pm, MHblue <[EMAIL PROTECTED]> wrote: > > > I'm unable to get web2py working at all using the GAE development > > server. This i

[web2py:9914] Re: Trouble web2py working w/ GAE development server

2008-10-07 Thread MHblue
ct 6, 11:44 pm, mdipierro <[EMAIL PROTECTED]> wrote: > You are correct that "welcome" does not work unless you place > > session.forget() > > somewhere in the default controller. Could you give this a try? > > Reddish works for me. What error do you see in the log

[web2py:9925] Re: Trouble web2py working w/ GAE development server

2008-10-07 Thread MHblue
.connect(request,response,db=db) > #except: > #  db=SQLDB() > > and see what happens. Is it possible a typo was introduced in there? > > Massimo > > On Oct 7, 3:07 pm, MHblue <[EMAIL PROTECTED]> wrote: > > > Adding session.forget() to welcome worked, thanks! >

[web2py:9926] Re: Trouble web2py working w/ GAE development server

2008-10-07 Thread MHblue
On the topic of Reddish generally, the sidebar says "This web site is an experiment and should not be considered a production web site.". Are there any known issues that should prevent me from using it for some project? Thx, Matt --~--~-~--~~~---~--~~ You received

[web2py:9929] Re: Trouble web2py working w/ GAE development server

2008-10-07 Thread MHblue
"Are there any known issues..." ...perhaps I can answer my own question.. I am unable to log in and post anything. Known bug or ? ideakick.appspot.com/ideakick/ (behaves same locally as deployed) --~--~-~--~~~---~--~~ You received this message because you are su

[web2py:9943] Re: Trouble web2py working w/ GAE development server

2008-10-07 Thread MHblue
lt > sends emails under my account and you are using it from a different > account. > > Massimo > > On Oct 7, 4:21 pm, MHblue <[EMAIL PROTECTED]> wrote: > > > "Are there any known issues..." ...perhaps I can answer my own > > question..