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..)
You are running a Debian distribution? Debian is/was not really clean about python packages, IMHO. There is a known issue about python2.3/python2.4 (circular dependency). I think it may have been recently fixed, but till recently I used to have to manually edit the dpkg status file to get rid of Python2.3
Do you confirm me that Trac (without any plugin instaled) requires setuptools0.6 / python2.4 ?
No, Trac only requires python 2.3. I don't think you need setuptools at all, as long as you do not use .egg files (plugins). If you want to use setuptools, you need a 0.6.x version; this does not mean you need python2.4. If you are using Debian /testing, I think you can install python2.3 + setuptools0.6b3 (I used to run the french modified version of Trac on anciens.enib.fr w/ Debian, python2.3 and setuptools0.6. I've only switched the server to python2.4 last month.) -- Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
