[Trac] Re: Issue installing Trac Web Admin module

2006-11-10 Thread Emmanuel Blot
> so that means it is not correctly installed? Any pointers to reading > on how to repair it? Did you check whether you have several installed python interpreters as Chris suggested? Cheers, Manu --~--~-~--~~~---~--~~ You received this message because you are s

[Trac] Re: Issue installing Trac Web Admin module

2006-11-10 Thread jljackson
www:/home# python -c "import pkg_resources" Traceback (most recent call last): File "", line 1, in ? ImportError: No module named pkg_resources so that means it is not correctly installed? Any pointers to reading on how to repair it? thanks, Jon On Nov 10, 12:06 pm, Christopher Lenz <[EMAIL

[Trac] Re: Issue installing Trac Web Admin module

2006-11-10 Thread Christopher Lenz
Am 10.11.2006 um 17:28 schrieb jljackson: > Hi Chris, according to aptitude, its version .6a9. So that should > work, no? Try running: $ python -c "import pkg_resources" from the command-line. It that results in an error, setuptools isn't correctly installed (maybe a different python vers

[Trac] Re: Issue installing Trac Web Admin module

2006-11-10 Thread jljackson
Hi Chris, according to aptitude, its version .6a9. So that should work, no? On Nov 9, 4:53 pm, Christopher Lenz <[EMAIL PROTECTED]> wrote: > Am 09.11.2006 um 21:19 schrieb jljackson: > > > Manu, thanks for the advice, a bit of a newbie with web admin, so if > > you wouldn't mind a bit more help.

[Trac] Re: Issue installing Trac Web Admin module

2006-11-09 Thread Christopher Lenz
Am 09.11.2006 um 21:19 schrieb jljackson: > Manu, thanks for the advice, a bit of a newbie with web admin, so if > you wouldn't mind a bit more help. > > I enabled the log, there is a warning saying "setuptools is required > for plugin deployment" > > i verified with apt-get that phython-setuptool

[Trac] Re: Issue installing Trac Web Admin module

2006-11-09 Thread jljackson
Manu, thanks for the advice, a bit of a newbie with web admin, so if you wouldn't mind a bit more help. I enabled the log, there is a warning saying "setuptools is required for plugin deployment" i verified with apt-get that phython-setuptools is installed. is trac not able to locate the correc

[Trac] Re: Issue installing Trac Web Admin module

2006-10-31 Thread Emmanuel Blot
> Yeah, still nothing. there is a TRAC_ADMIN role in the permissions > list. does that mean the egg was properly installed or would that > exist anyway? TRAC_ADMIN exists all without the WebAdmin plugin. To see whether the plugin is loaded, you can enable the trac log (to 'debug' level) and lo

[Trac] Re: Issue installing Trac Web Admin module

2006-10-31 Thread jljackson
Yeah, still nothing. there is a TRAC_ADMIN role in the permissions list. does that mean the egg was properly installed or would that exist anyway? On Oct 31, 7:31 am, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > Did you try adding > > [components] > webadmin.* = enabled > > in trac.ini ? > > On

[Trac] Re: Issue installing Trac Web Admin module

2006-10-31 Thread Emmanuel Blot
Did you try adding [components] webadmin.* = enabled in trac.ini ? On 10/30/06, jljackson <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > (sorry if this is the wrong forum for a support question, please direct > me elsewhere if this is not correct). > > I am trying to install trac web admin mod