Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#2836 closed defect (worksforme)

ImportErrors with TracWebAdmin

Reported by: mark@… 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 mark@…, 19 years ago

Component: trac-adminproject
Resolution: fixed
Status: newclosed

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.

comment:2 by Matthew Good, 19 years ago

Resolution: fixed
Status: closedreopened

Please only use the fixed resolution for tickets that required a code change.

comment:3 by Matthew Good, 19 years ago

Resolution: worksforme
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.