Am Mittwoch, 20. Mai 2015 15:22:48 UTC+2 schrieb RjOllos:
>
> On Wed, May 20, 2015 at 6:00 AM, Mo <[email protected] <javascript:>>
> wrote:
>
>> svn co http://trac-hacks.org/svn/accountmanagerplugin/
>> cd accountmanagerplugin/trunk/
>> python setup.py bdist_egg
>> cp dist/TracAccountManager-0.5dev_r0-py2.7.egg ~/projects/trac/plugins
>> rc-service uwsgi restart
>>
>
> I can see only two possibilities:
> - the plugin you think is loading is not the plugin being loaded in your
> environment: check the version on your plugin admins panel.
> - the necessary components are not enabled in your environment: you'll
> need "acct_mgr.model.* = enabled".
>
> However, I'm not even sure that the latter would prevent the //Change User
> ID// tab from being visible.
>
> The tab does exist. There is something wrong or misconfigured in your
> environment.
>
Weird. After doing the installation steps from scratch with a fresh svn co,
I found 2 egg files:
-rw-r--r-- 1 trac trac 214K Mai 20 16:04
TracAccountManager-0.5.dev0-py2.7.egg
-rw-r--r-- 1 trac trac 214K Mai 20 13:45
TracAccountManager-0.5dev_r0-py2.7.egg
Removing both and re-installing the new one did not help.
I deleted ~trac/.python-eggs/* which seems to cache the egg file at
runtime. The tab is still not there.
Adding acct_mgr.model.* = enabled did not help either. However from the
debug log, the right plugin is loaded, but there is no component
acct_mgr.model
2015-05-20 16:15:19,878 Trac[loader] DEBUG: Loading acct_mgr.admin from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,884 Trac[loader] DEBUG: Loading acct_mgr.api from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,885 Trac[loader] DEBUG: Loading acct_mgr.db from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,886 Trac[loader] DEBUG: Loading acct_mgr.htfile from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,887 Trac[loader] DEBUG: Loading acct_mgr.http from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,888 Trac[loader] DEBUG: Loading acct_mgr.macros from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,889 Trac[loader] DEBUG: Loading acct_mgr.notification
from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,891 Trac[loader] DEBUG: Loading
acct_mgr.opt.announcer.uid_chg from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,918 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg
[announcer]": ("DistributionNotFound: TracAnnouncer" not found)
2015-05-20 16:15:19,918 Trac[loader] DEBUG: Loading acct_mgr.opt.radius
from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,944 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius =
acct_mgr.opt.radius [pyrad]": ("DistributionNotFound: Pyrad" not found)
2015-05-20 16:15:19,944 Trac[loader] DEBUG: Loading
acct_mgr.opt.tracforms.uid_chg from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,970 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]":
("DistributionNotFound: TracForms" not found)
2015-05-20 16:15:19,970 Trac[loader] DEBUG: Loading
acct_mgr.opt.tracscreenshots.uid_chg from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:19,996 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.tracscreenshots.uid_chg =
acct_mgr.opt.tracscreenshots.uid_chg [screenshots]":
("DistributionNotFound: TracScreenshots" not found)
2015-05-20 16:15:19,996 Trac[loader] DEBUG: Loading
acct_mgr.opt.tracvote.uid_chg from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:20,023 Trac[loader] DEBUG: Skipping
"acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]":
("DistributionNotFound: TracVote" not found)
2015-05-20 16:15:20,023 Trac[loader] DEBUG: Loading acct_mgr.pwhash from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:20,024 Trac[loader] DEBUG: Loading acct_mgr.register from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:20,025 Trac[loader] DEBUG: Loading acct_mgr.svnserve from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
2015-05-20 16:15:20,026 Trac[loader] DEBUG: Loading acct_mgr.web_ui from
/mnt/data/trac/projects/trac/plugins/TracAccountManager-0.5.dev0-py2.7.egg
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.