I was trying to test the gheat api. I installed the aspen server via
pip, checkout the svn source. There was only __ and example.html in
the test directory. I ran aspen -v DEBUG and opened the browser for
http://localhost:8080/example.html. After a while i just the maps
itself without heat tiles.
I checked the konsole messages:
...
got request for /home/oguz/gsoc/gheat-read-only/classic/4/0,6.png
/classic/4/0,6.png => .ackages/aspen/www/error.html
<404 Not Found> /usr/local/lib/python2.6/dist-
packages/aspen/gauntlet.py:155
got request for /home/oguz/gsoc/gheat-read-only/classic/4/0,7.png
/classic/4/0,7.png => .ackages/aspen/www/error.html
<404 Not Found> /usr/local/lib/python2.6/dist-
packages/aspen/gauntlet.py:155
got request for /home/oguz/gsoc/gheat-read-only/classic/4/6,7.png
/classic/4/6,7.png => .ackages/aspen/www/error.html
<404 Not Found> /usr/local/lib/python2.6/dist-
packages/aspen/gauntlet.py:155
got request for /home/oguz/gsoc/gheat-read-only/classic/4/6,4.png
/classic/4/6,4.png => .ackages/aspen/www/error.html
<404 Not Found> /usr/local/lib/python2.6/dist-
packages/aspen/gauntlet.py:155
got request for /home/oguz/gsoc/gheat-read-only/classic/4/0,4.png
/classic/4/0,4.png => .ackages/aspen/www/error.html
<404 Not Found> /usr/local/lib/python2.6/dist-
packages/aspen/gauntlet.py:155
got request for /home/oguz/gsoc/gheat-read-only/favicon.ico
/favicon.ico => .ackages/aspen/www/favicon.ico
<200 OK>
...
Any idea what the problem is?