InvalidAppConfigError: regex invalid: unbalanced parenthesis

15 views
Skip to first unread message

ruds

unread,
Apr 8, 2008, 3:40:35 PM4/8/08
to Google App Engine
Hello,
I got the following error while trying to execute the Hello World
application.
it happened when i have changed the app.yaml file from
application: helloworld
version: 1
runtime: python
api_version: 1

handlers:
- url: /.*
script: helloworld.py
to
application: helloworld
version: 1
runtime: python
api_version: 1

handlers:
- url: /stylesheets
static_dir: stylesheets

- url: /.*
script: helloworld.py

i changed removed the changes and i see that it works fine. is it a
bug or some OS configuration?

peter.vk

unread,
Apr 8, 2008, 4:01:13 PM4/8/08
to Google App Engine
Issue tracked here:
http://code.google.com/p/googleappengine/issues/detail?id=20

Includes a workaround.

--
peter.vk
Reply all
Reply to author
Forward
0 new messages