Re: [google-appengine] GAE Static files not working locally on windows

2014-01-04 Thread Google Tasks Backup Moderator
On my Windows system running GAE Python, I found that any absolute URLs were mapped to the equivalent absolute folder on my hard drive. For example href=/static/favicon.ico is mapped to c:\static\favicon.ico I worked around this by creating a symbolic link, by issuing the following command

Re: [google-appengine] GAE Static files not working locally on windows

2014-01-03 Thread Vinny P
On Wed, Jan 1, 2014 at 8:39 AM, Manish Patel manishtpa...@gmail.com wrote: I am writing my first app for GAE and golang. I am trying to serve static files using app.yaml. but having no luck. It returns 404. I am running GAE SDK Locally on windows 7 x64. What error is the dev server