On 20 mars 10:18, Sandro Tosi wrote: > Hi Sylvain, Hi Sandro, > I fear it's still wrong. distutils 2.5.1 supports --install-layout=deb > but the check: > > In [3]: tuple([int(x) for x in distutils_version.split('.')]) <= (2, 5, 1) > Out[3]: True > > that causes again to drop that option. You can, for example, check got > a strictly lower version than 2.5.1 but don't know how correct it > could be.
If you tell me we shoud use --install-layout=dev with python < 2.5.1 and not <= 2.5.1, changing the comparison into strict comparison should definitly do the trick and I'll do that. -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects