You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I installed pubsubhubbub according with the very simple instructions.
Then I tried to run
> google_appengine/dev_appserver.py src/ -p 8000 --datastore_path=/tmp/tubes1
I browse
> http://localhost:8000
I receive many errors in the terminal output:
...........
ERROR 2011-04-18 07:23:15,616 dev_appserver.py:2642] Error encountered
reading file
"/home/marino/provanuovopshb/pshb-example/src/static/css/reset-min.css":
[Errno 2] No such file or directory:
'/home/marino/provanuovopshb/pshb-example/src/static/css/reset-min.css'
.....
ERROR 2011-04-18 07:23:15,662 dev_appserver.py:2642] Error encountered
reading file "/home/marino/provanuovopshb/pshb-example/src/static/js/jquery.js":
[Errno 2] No such file or directory:
'/home/marino/provanuovopshb/pshb-example/src/static/js/jquery.js'
.......
> ls src/static/css
ls: cannot access src/static/css: No such file or directory
> ls src/static/js
model.js ui.js
a problem in setup.sh ?
I am running python 2.6.5 on linux ubuntu 10.04
Marino
Original issue reported on code.google.com by sgn...@gmail.com on 18 Apr 2011 at 7:47
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
sgn...@gmail.com
on 18 Apr 2011 at 7:47The text was updated successfully, but these errors were encountered: