[Trac] Re: webadmin tool installation problem

2007-06-27 Thread Erik Bray
What version of setuptools do you have installed? Run: python -c from setuptools import __version__; print __version__ On 6/26/07, diego gentoo [EMAIL PROTECTED] wrote: I have the latest one already. I have this problem when I try to build the plugin from the souce: xxx# python setup.py

[Trac] Re: webadmin tool installation problem

2007-06-26 Thread Noah Kantrowitz
Hi there, I'm using this guide (http://trac.edgewall.org/wiki/WebAdmin)= to install the webadmin tool. It is said that is enought to out the .zip f= ile in the plugins project directory, remove the .zip, enable it in the tra= c.ini, and restart apache, but it's not working for me. Just build

[Trac] Re: webadmin tool installation problem

2007-06-26 Thread diego gentoo
When I try to install setuptools I have a problem: xxx$ python ez_setup.py Downloading http://cheeseshop.python.org/packages/2.3/s/setuptools/setuptools-0.6c6-py2.3.egg error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) This is

[Trac] Re: webadmin tool installation problem

2007-06-26 Thread Rainer Sokoll
On Tue, Jun 26, 2007 at 12:31:31PM +0200, diego gentoo wrote: When I try to install setuptools I have a problem: xxx$ python ez_setup.py Downloading http://cheeseshop.python.org/packages/2.3/s/setuptools/setuptools-0.6c6-py2.3.egg error: invalid Python installation: unable to open

[Trac] Re: webadmin tool installation problem

2007-06-26 Thread Noah Kantrowitz
diego gentoo wrote: When I try to install setuptools I have a problem: xxx$ python ez_setup.py Downloading http://cheeseshop.python.org/packages/2.3/s/setuptools/setuptools-0.6c6-py2.3.egg error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such

[Trac] Re: webadmin tool installation problem

2007-06-26 Thread diego gentoo
I have the latest one already. I have this problem when I try to build the plugin from the souce: xxx# python setup.py bdist_egg Traceback (most recent call last): File setup.py, line 25, in ? packages=find_packages(exclude=['ez_setup', '*.tests*']), TypeError: find_packages() got an