Hi.
I'm using Win XP with SP2.
After intalling GAE SKD ver 1.1.3 this error accourde:

ERROR    2008-09-17 22:55:55,592 dev_appserver_main.py] Application
configuration file invalid:
regex does not compile: bogus escape: '\\xa'

My app.yaml file:

application: helloworld
version: 1
runtime: python
api_version: 1

handlers:
- url: /stylesheets/
  static_dir: stylesheets

- url: /js
  static_dir: js

- url: /views
  static_dir: views

- url: /.*
  script: helloworld.py

It did worked before upgrade (on version 1.1.2)

Thanks for any advice!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to