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