Trac WebAdmin (was Re: [Trac] License Change)
Pim Bliek
pim at frog.nl
Mon Aug 1 09:34:19 CDT 2005
Hmm. I followed these instructions, and installed the .egg in my
<env>/plugins.
Doesn't do the trick. No link in the Trac navigation.
If I manually go to http://<host>/<tracURI>/admin this exception is
thrown in the logs (on DEBUG):
04:29:40 PM Trac[__init__] ERROR: No admin pages available
Traceback (most recent call last):
File
"/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line
200, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 432, in
dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 292, in
dispatch
resp = chosen_handler.process_request(req)
File
"/usr/lib/python2.3/site-packages/TracWebAdmin-0.1-py2.3.egg/webadmin/web_ui.py", line 95, in process_request
raise TracError('No admin pages available')
TracError: No admin pages available
I am using Trac 0.9 from trunk (retrieved a week ago or so) on Fedora
Core 1 with an upgrade Python 2.3
Anyone a clue?
Pim
On Mon, 2005-08-01 at 15:57 +0200, Christopher Lenz wrote:
> Am 31.07.2005 um 18:28 schrieb Ivo Looser:
> > Hi John
> >
> > Its realy easy to install.
> >
> > 1. checkout /branches/jonas-dev/webadmin/
> > 2. install this one http://peak.telecommunity.com/DevCenter/
> > PythonEggs
> > 3. go to your checkout folder and make "python setup.py install" how
> > you now from trac
> > 4. copy the folder TracWebAdmin.egg-info from your python path
> > directory to the folder /your-trac-env/plugins
>
> Actually, you have two options:
>
> 1. Install the plugin, making it available to all Trac environments:
>
> $ python setup.py install
>
> You don't need to copy the egg into the plugins directory in this
> case.
> Trac automatically detects plugins somewhere on the Python path.
>
> 2. Build the egg, and make it available to one or more environments:
>
> $ python setup.py dist
> $ cp dist/*.egg /path/to/tracenv/plugins
>
> In this case, you don't need the install step.
>
> Cheers,
> Chris
> --
> Christopher Lenz
> cmlenz at gmx.de
> http://www.cmlenz.net/
>
> _______________________________________________
> Trac mailing list
> Trac at lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac
More information about the Trac
mailing list