Sorry this took so long, I was busy with school and afterwards totally
forgot about it.
handy.py was in ./__/lib/python2.6. I renamed it to ./__/lib/python
and...aspen comes up - but
127.0.0.1:8080 looks like this:
--
Traceback (most recent call last):
File "//usr/lib/python2.5/site-packages/aspen-0.8-py2.5.egg/aspen/
wsgiserver.py", line 625, in communicate
req.respond()
File "//usr/lib/python2.5/site-packages/aspen-0.8-py2.5.egg/aspen/
wsgiserver.py", line 357, in respond
response = self.wsgi_app(self.environ, self.start_response)
File "//usr/lib/python2.5/site-packages/aspen-0.8-py2.5.egg/aspen/
website.py", line 67, in __call__
handler = self.get_handler(fspath)
File "//usr/lib/python2.5/site-packages/aspen-0.8-py2.5.egg/aspen/
website.py", line 134, in get_handler
raise HandlerError("No handler found.")
HandlerError
--
My ./__/etc/handlers.conf looks like this:
--
fnmatch aspen.rules:fnmatch
[handy:handle]
fnmatch *.asp
--
Any ideas?
Jan Winkelmann