Thank you Marzia
I've figured the problem.
It is my mistake.
Works after I corrected this
application = webapp.WSGIApplication(
[('/protorf', MainPage),
..
Thank you once again.
On Nov 5, 2:38 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Groups automatically seems to expire threads over a certain age.
>
> There seems to be nothing specifically wrong with the mapping you listed on
> its own. It should accept it.
>
> If you are getting a blank page when you load the application at first, it
> could be because the script is missing:
>
> if __name__ == '__main__':
> main()
>
> If it happens every time you load the script, it could be that the url
> mappings inside protorf.py are not sufficient.
>
> What do the logs return when you visit this page? What wsgi handlers
> are you using in the app? What is your complete app.yaml?
>
> -Marzia
>
> On Wed, Nov 5, 2008 at 2:29 PM, cm_gui <[EMAIL PROTECTED]> wrote:
>
> > I had wanted to add a post to this thread but there was no Reply link
> > in the thread. Is the thread closed? If so, why is there no
> > indication that it is closed and that it is viewable only?
>
> >http://groups.google.com/group/google-appengine/browse_thread/thread/...
>
> > I am having the same problem as iceanfire.
>
> > This url mapping just does not work when i upload my app to GAE.
>
> > - url: /protorf.*
> > script: protorf.py
> > login: required
> > secure: always
>
> > As Blixt mentioned in the thread, the 'resolution' is to use url: /.*
> > and map it to a common script which will then direct to the right
> > script based on the url on the browser.
>
> > But GAE should accept - url: /protorf.* script: protorf.py
> > because there is nothing wrong with this.
>
> > Thank you.
>
> >http://groups.google.com/group/google-appengine/browse_thread/thread/...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---