[Trac-tickets] [The Trac Project] #2836: ImportErrors with TracWebAdmin

The Trac Project noreply at edgewall.com
Sat Mar 4 11:41:49 CST 2006


#2836: ImportErrors with TracWebAdmin
------------------------------------+---------------------------------------
 Reporter:  mark at openmailadmin.org  |       Owner:  daniel
     Type:  defect                  |      Status:  new   
 Priority:  normal                  |   Milestone:        
Component:  trac-admin              |     Version:  0.9.4 
 Severity:  normal                  |    Keywords:        
------------------------------------+---------------------------------------
 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?

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2836>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list