I fixed the problem with the following steps: 1) Moved the AccountManager egg from the python/site-packages directory to my project's plug-in directory. 2) I created a .python-eggs directory, made apache the owner, and added an environment variable for the egg cache to this directory...
Now the plugin shows up again from the Admin page. On Feb 4, 2008 9:29 PM, Daniel <[EMAIL PROTECTED]> wrote: > TracAccountManager-0.2dev_r3111 is the latest version from > http://trac-hacks.org/svn/accountmanagerplugin/trunk/ > > The fact that I don't see Trac trying to load the plugin in the log file > is strange... Can someone point me in the right direction to debug this > further? > > Thanks. > Daniel > > > > > On Feb 4, 2008 9:16 PM, Daniel Swid <[EMAIL PROTECTED]> wrote: > > > Okay. Which is the compatible version? I looked in my > > python2.4/site-packages > > directory and I see this version > > TracAccountManager-0.2dev_r3111-py2.4.egg . > > > > What is the command line to run? (I'm not too familiar with python... ) > > > > Thanks! > > > > > > > > > > On Feb 4, 2008 8:58 PM, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > > > > > Daniel wrote: > > > > I just installed trac 0.11b1 and the Account Manager plugin was > > > there on the > > > > admin page. While setting up authentication the plugin disappeared > > > and I > > > > can't seem to reenable it. > > > > > > > > I tried to create a new trac project which didn't help. > > > > > > > > I tried to add the following to my trac.ini file which also didn't > > > help > > > > acct_mgr.api.* = enabled > > > > and also > > > > acct_mgr.api.accountmanager = enabled > > > > > > > > I looked at my log file (set to DEBUG) and I see a couple of > > > warnings > > > > including, > > > > > > > > - WARNING: Skipping "trac.mimeview.silvercity = > > > > trac.mimeview.silvercity [silvercity]": ("SilverCity>=0.9.4" not > > > > found) > > > > - WARNING: Skipping "trac.mimeview.rst = trac.mimeview.rst[rest]": > > > > ("docutils>=0.3" not found) > > > > - WARNING: Skipping "trac.mimeview.txtl = > > > > trac.mimeview.txtl[textile]": ("textile>= > > > > 2.0" not found) > > > > - WARNING: base_url option not set in configuration, generated > > > links > > > > may be incorrect > > > > > > > > Any suggestions? Is there anything I can look into to get to the > > > bottom of > > > > this? > > > > > > > > > > > You need to upgrade it to the 0.11-compatible version. > > > > > > --Noah > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
