It appears that this issue will affect web2py on windows development and basically all the css files get ignored so its rather obvious its a problem:
http://code.google.com/p/googleappengine/issues/detail?id=11001 and putting the stuff below into the top of the handlers section of app.yaml does appear to fix it - however I don't fully understand these sections and whether a proper correction should be included in the example app.yaml or if you just leave and expect future version of the app engine to sort it out. If someone that does could just post a recommended app.yaml to overcome the problem that would be great. Regards Russ - url: /(.+?)/static/css/(.+) static_files: applications/\1/static/css/\2 mime_type: text/css upload: applications/(.+?)/static/css/(.+) secure: optional - url: /(.+?)/static/images/(.+) static_files: applications/\1/static/images/\2 mime_type: image/png upload: applications/(.+?)/static/css/(.+) secure: optional -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

