On 7/29/13, Pedro Estrela <p.estr...@campus.fct.unl.pt> wrote:
> Hi,
>

:)

[...]
> Can you please tell me what i did wrong? This is the error that i get:
>
> "Error: Not Found
> No handler matched request to /login"
>

This is an indication of the fact that account manager plugin has not
been ( detected / loaded / enabled ). Could you please launch your
python interpreter, execute the following code and tell us what's the
result ? Is it even close to what you see below?

{{{#!py

>>> from trac.env import open_environment as oe
>>> env = oe('/path/to/bh/env')
>>> import acct_mgr.web_ui
>>> env[web_ui.LoginModule]
<acct_mgr.web_ui.LoginModule object at 0x38a9710>
}}}

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

Reply via email to