On Mon, 2006-08-21 at 00:51 +0200, Gilles Vincent wrote: > 2006/8/20, Emmanuel Blot <[EMAIL PROTECTED]>: > > > I've already installed successfully Trac on this machine (it was in > > > december, with the rev' 176 of > > > http://trac-hacks.swapoff.org/svn/tracfrenchtranslation) > > > > Perhaps an issue with setuptools and eggs. > > > > Which release of setuptools are you using? You should upgrade > > setuptools to a 0.6.x release (more on this on the Trac web site: > > http://trac.edgewall.org/wiki/TracInstall#OtherPythonUtilities > > > > That's right : I'm using a quite old version of setuptools : it's the > package python-setuptools of the 'stable' distrib [and it's version is > 0.5a13-1 :( ] > > The 0.6b3 is available in the 'unstable' distrib and requires > python2.4 and python-central, both tagged as 'unstable' (even if it's > odd because python is not far from the 2.5..) > > Do you confirm me that Trac (without any plugin instaled) requires > setuptools0.6 / python2.4 ? I'm asking that because it's not indicated > in the official TracInstall page..(OK, it may be for the 0.96 version > of Trac ;) )
Setuptools is only required for plugins, in which case you need setuptools 0.6: http://trac.edgewall.org/wiki/TracPlugins#Requirements I'd recommend installing setuptools using that ez_setup.py bootstrap script since it tends to move pretty quickly and the packages for it are often out of date. -- Matt Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
