Modify ↓
Opened 19 years ago
Closed 19 years ago
#2836 closed defect (worksforme)
ImportErrors with TracWebAdmin
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | project | Version: | 0.9.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After having globally installed TracWebAdmin according to the instructions on your page and having enabled in in the [components]
-section of trac.ini, I receive following errors:
18:27:34 Trac[loader] ERROR: Failed to load plugin webadmin.logging from /usr/lib/python2.4/site-packages/TracWebAdmin-0.1.1-py2.4.egg Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/loader.py", line 77, in load_components entry_point.load() File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1748, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) ImportError: No module named webadmin.logging
No Admin button shows up. Apache has been restarted and reloaded several times. The egg-file is under the correct site-pages
and python setup.py install
run through without errors.
What did I miss to set up?
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
Component: | trac-admin → project |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Please only use the fixed resolution for tickets that required a code change.
comment:3 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
I've solved this one:
python setup.py install
has destroyed the egg-file. (I really don't know why and how.) A stripped one has been copied to the site-pages folder.I have had to copy the egg-file manually.