I can't get a loginpage at http://myserver/project/login
The only thing I get is:
No handler matched request to /login
Here some logs:
Trac[main] ERROR: No handler matched request to /login
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 104, in dispatch
raise TracError, 'No handler matched request to %s' % req.path_info
TracError: No handler matched request to /login
Trac[loader] ERROR: Component module authform not found
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/loader.py", line 36, in load_module
module = __import__(name)
File "build/bdist.linux-i686/egg/authform/__init__.py", line 1, in ?
File "build/bdist.linux-i686/egg/authform/web_ui.py", line 26, in ?
ImportError: cannot import name Markup