python建立网站,出现js找不到的问题

python中做网站,提示
[I 151010 10:56:05 web:1908] 200 GET / (192.168.0.16) 15.00ms
[W 151010 10:56:05 web:1908] 404 GET /jquery.js (192.168.0.16) 2.00ms
[W 151010 10:56:05 web:1908] 404 GET /walterzorn.js (192.168.0.16) 1.00ms
[W 151010 10:56:05 web:1908] 404 GET /wz__jsgraphics.js (192.168.0.16) 2.0m_s
但在html中已有

****

静态资源配置不正确应该是。
在服务器(nginx或apache tomcat)中检查自己配置静态资源的部分。