OK Problem solved.

I'm a python-egg newbie and had failed to copy across the .egg-info 
file. :-(
A simple mistake if you know what you're doing.

[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm having problems installing the AccountManager Plugin.  I'm using
> Trac 0.9.6 on Solaris9
>
> Due to the firewall I can't run
> easy_install http://trac-hacks.org/svn/accountmanagerplugin/0.9
> or
> svn co http://trac-hacks.org/svn/accountmanagerplugin/0.9
>
> So I've manually downloaded the files and recreated the file structure
> locally.
> I've then run
>
> $ python setup.py bdist_egg
> running bdist_egg
> running egg_info
> writing TracAccountManager.egg-info/PKG-INFO
> writing top-level names to TracAccountManager.egg-info/top_level.txt
> writing dependency_links to
> TracAccountManager.egg-info/dependency_links.txt
> reading manifest file 'TracAccountManager.egg-info/SOURCES.txt'
> writing manifest file 'TracAccountManager.egg-info/SOURCES.txt'
> installing library code to build/bdist.solaris-2.9-sun4u/egg
> running install_lib
> running build_py
> creating build
> creating build/lib
> creating build/lib/acct_mgr
> copying acct_mgr/__init__.py -> build/lib/acct_mgr
> copying acct_mgr/api.py -> build/lib/acct_mgr
> copying acct_mgr/htfile.py -> build/lib/acct_mgr
> copying acct_mgr/md5crypt.py -> build/lib/acct_mgr
> copying acct_mgr/web_ui.py -> build/lib/acct_mgr
> creating build/lib/acct_mgr/templates
> copying acct_mgr/templates/account.cs -> build/lib/acct_mgr/templates
> copying acct_mgr/templates/login.cs -> build/lib/acct_mgr/templates
> copying acct_mgr/templates/register.cs -> build/lib/acct_mgr/templates
> creating build/bdist.solaris-2.9-sun4u
> creating build/bdist.solaris-2.9-sun4u/egg
> creating build/bdist.solaris-2.9-sun4u/egg/acct_mgr
> copying build/lib/acct_mgr/__init__.py ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr
> copying build/lib/acct_mgr/api.py ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr
> copying build/lib/acct_mgr/htfile.py ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr
> copying build/lib/acct_mgr/md5crypt.py ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr
> copying build/lib/acct_mgr/web_ui.py ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr
> creating build/bdist.solaris-2.9-sun4u/egg/acct_mgr/templates
> copying build/lib/acct_mgr/templates/account.cs ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr/templates
> copying build/lib/acct_mgr/templates/login.cs ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr/templates
> copying build/lib/acct_mgr/templates/register.cs ->
> build/bdist.solaris-2.9-sun4u/egg/acct_mgr/templates
> byte-compiling build/bdist.solaris-2.9-sun4u/egg/acct_mgr/__init__.py
> to __init__.pyc
> byte-compiling build/bdist.solaris-2.9-sun4u/egg/acct_mgr/api.py to
> api.pyc
> byte-compiling build/bdist.solaris-2.9-sun4u/egg/acct_mgr/htfile.py to
> htfile.pyc
> byte-compiling build/bdist.solaris-2.9-sun4u/egg/acct_mgr/md5crypt.py
> to md5crypt.pyc
> byte-compiling build/bdist.solaris-2.9-sun4u/egg/acct_mgr/web_ui.py to
> web_ui.pyc
> creating build/bdist.solaris-2.9-sun4u/egg/EGG-INFO
> copying TracAccountManager.egg-info/PKG-INFO ->
> build/bdist.solaris-2.9-sun4u/egg/EGG-INFO
> copying TracAccountManager.egg-info/SOURCES.txt ->
> build/bdist.solaris-2.9-sun4u/egg/EGG-INFO
> copying TracAccountManager.egg-info/dependency_links.txt ->
> build/bdist.solaris-2.9-sun4u/egg/EGG-INFO
> copying TracAccountManager.egg-info/top_level.txt ->
> build/bdist.solaris-2.9-sun4u/egg/EGG-INFO
> copying TracAccountManager.egg-info/zip-safe ->
> build/bdist.solaris-2.9-sun4u/egg/EGG-INFO
> creating dist
> creating 'dist/TracAccountManager-0.1.2-py2.4.egg' and adding
> 'build/bdist.solaris-2.9-sun4u/egg' to it
> removing 'build/bdist.solaris-2.9-sun4u/egg' (and everything under it)
> $
>
> I've copied the resulting .egg into the plugins directory of the
> ProjectEnvironment.  Checked it has read permissions set.  Added the
> following to trac.ini
>
> [components]
> acct_mgr.* = enabled
>
> [account-manager]
> password_format = htpasswd
> password_file = /home/trac/passwd
>
> Restarted apache.  Nothing happens.  The log file tells me it's loaded
> my other plugins webAdmin and TicketDelete, but mentions nothing about
> AccountManager.
>
> Any help much appreciated.
> Ros.
>
>
> >
>   


-- 
------------------------------------------------------------------------
Rosalyn Hatcher
NCAS-Climate
Dept. of Meteorology, University of Reading, 
Earley Gate, Reading. RG6 6BB
Email: [EMAIL PROTECTED]     Tel: +44 (0) 118 378 7841


--~--~---------~--~----~------------~-------~--~----~
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