I test in python shell: >>> from trac.core import ComponentManager >>> comp_mgr = ComponentManager() >>> AccountModule(comp_mgr) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "build/bdist.linux-x86_64/egg/trac/core.py", line 140, in __call__ File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 71, in __init__ AttributeError: 'AccountModule' object has no attribute 'env' >>>
So, the AccountModule isn't initial well. Why 'AccountModule' object has no attribute 'env' ? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
