Hello all,

I globally installed a few plugins for trac .10  :
TracAccountManager-0.1.2dev_r1291-py2.4.egg
TracGantt-0.3.2a-py2.4.egg
TracSimpleTicket-1.1.2-py2.4.egg
TracWebAdmin-0.1.1dev_r2765-py2.4.egg

and for some reason when I try and login to trac the log file gives
the follwoing error:
2006-11-01 13:08:50,077 Trac[loader] DEBUG: Loading egg plugin
simpleticket.web_ui from
/usr/lib/python2.4/site-packages/TracSimpleTicket-1.1.2-py2.4.egg
2006-11-01 13:08:50,118 Trac[loader] DEBUG: Loading egg plugin
acct_mgr.htfile from
/usr/lib/python2.4/site-packages/TracAccountManager-0.1.2dev_r1291-py2.4.egg
2006-11-01 13:08:50,128 Trac[loader] DEBUG: Loading egg plugin
acct_mgr.web_ui from
/usr/lib/python2.4/site-packages/TracAccountManager-0.1.2dev_r1291-py2.4.egg
2006-11-01 13:08:50,185 Trac[loader] DEBUG: Loading egg plugin
acct_mgr.admin from
/usr/lib/python2.4/site-packages/TracAccountManager-0.1.2dev_r1291-py2.4.egg
2006-11-01 13:08:50,187 Trac[loader] ERROR: Failed to load plugin
acct_mgr.admin from
/usr/lib/python2.4/site-packages/TracAccountManager-0.1.2dev_r1291-py2.4.egg
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/loader.py", line 101, in
load_components
    entry_point.load()
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1830, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File 
"/usr/lib/python2.4/site-packages/TracAccountManager-0.1.2dev_r1291-py2.4.egg/acct_mgr/admin.py",
line 16, in ?
    from webadmin.web_ui import IAdminPageProvider
ImportError: No module named webadmin.web_ui
2006-11-01 13:08:50,189 Trac[loader] DEBUG: Loading egg plugin
acct_mgr.api from
/usr/lib/python2.4/site-packages/TracAccountManager-0.1.2dev_r1291-py2.4.egg

What's funny is that it's trying to load all of the globally installed
plugins even though in /var/www/trac/Project1/conf/trac.ini I have
only webadmin enabled:
[components]
webadmin.* = enabled
#tracdiscussion.timeline.discussiontimeline = enabled
#tracdiscussion.wiki.discussionwiki = enabled
#tracdiscussion.admin.discussionwebadmin = enabled
#tracdiscussion.init.discussioninit = enabled
#tracdiscussion.core.discussioncore = enabled
#disable the trac login module and enable the account mgr login
#trac.web.auth.LoginModule = disabled
#acct_mgr.web_ui.Login.Module = enabled


I'll later go through and enable other things as needed.  But what's
funny is that trac is attempting to load certain modules even though I
never enabled them in trac.ini

It basically looks like what is happening is that the Account Manager
is being loaded and is looking for the Webadmin which is not yet
loaded.  Do I maybe have the wrong version of a plugin for Trac 0.10?

Respectfully,
Christopher Taylor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to