Hello All,
I have been trying to run the GAE appserver as descried in the book
and in this slice: http://web2pyslices.com/main/slices/take_slice/126#end
For some reason I cant get it to run.I am using Ubuntu 11.04 and have
installed Python2.5.
Here is the error I get:
:/webdev/google_appengine$ python2.5 dev_appserver.py web2py
WARNING 2011-05-18 18:58:45,989 urlfetch_stub.py:108] No ssl package
found. urlfetch will not be able to validate SSL certificates.
ERROR 2011-05-18 18:58:46,158 dev_appserver_main.py:579] Fatal
error when loading application configuration:
Unable to assign value 'rtPlanB' to attribute 'application':
Value 'rtPlanB' for application does not match expression '^(?:[a-z\d
\-]{1,100}\~)?(?:(?!\-)[a-z\d\-\.]{1,100}:)?(?!-)[a-z\d\-]{1,100}$'
in "web2py/app.yaml", line 6, column 14
Any help would be very much appreciated (I Do have my application
working and running on the live GAE but I wanted to test a run a newer
version locally)