IOError: [Errno 13] file not accessible with Google AppEngine 1.6.1

前端 未结 6 1918
攒了一身酷
攒了一身酷 2020-12-16 17:58

Maybe it\'s a bug, but I\'m posting here anyway.

I get the following issue on my local AppEngine testing server:

WARNING  2012-01-10 06:08:40,336 rdb         


        
6条回答
  •  攒了一身酷
    2020-12-16 18:35

    might be late but maybe would help someone else.
    so, when you add

    jinja2.FileSystemLoader(os.path.join(os.path.dirname(__file__), 'templates'))
    

    don't add
    - url: /templates static_dir: templates
    to your app.yaml file

提交回复
热议问题