Opened 17 years ago
Closed 17 years ago
#6434 closed defect (invalid)
module object has no attribute
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.10.4 |
Severity: | normal | Keywords: | plugin |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I installed the plugin TracNav followed the guide, but the error "module object has no attribute" comes out. I think the problem is that I didn't enable the TracNav module in Componets, but I really cannot find the module name, Please help me what's the wrong with my trac
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
The TracNav plugin can be enabled this way:
[components] tracnav.* = enabled
However, your problem most likely has other reasons, like having multiple Python
interpreters laying around, or not using
PythonInterpreter main_interpreter
with mod_python
, or something similar.
Note that you should report problems with with TracNav not here but on our plugin's site. Also, you should provide more details like version numbers or trac
's log output, which you can e.g. get by setting
[logging] log_type = file log_level = DEBUG
in your trac.ini
.
comment:3 by , 17 years ago
Keywords: | plugin added; module removed |
---|---|
Milestone: | 0.10.5 |
Priority: | highest → normal |
Resolution: | → invalid |
Status: | new → closed |
Please ask installation questions on the MailingList and report issues with plugins to their maintainer (usually on - but not limited to - http://trac-hacks.org)
module object has no attribute 'execute'