I just updated to 1.1.3, and now I'm unable to start my app using
dev_appserver.  (I'm on Windows)  It turns out that this block in my
app.yaml is the problem:

- url: /(.*\.xml)
  static_files: xml/\1
  upload: xml/(.*\.xml)

If this is present, I receive this error:

ERROR    2008-09-18 05:08:00,828 dev_appserver_main.py] Application
configuration file invalid:
regex does not compile: bogus escape: '\\x'

If I remove this, then the app starts fine.  To reiterate, this worked
fine using 1.1.2, and only broke when I upgraded to 1.1.3.

I'm digging through the appengine code to try and find the problem,
but wanted to see if anyone else had already found a fix.

Thanks!
-Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to