Le lun 14/10/2002 � 19:16, Arnaud Delobelle a �crit : > $ python -c 'import xml.xpath' > Traceback (most recent call last): > File "<string>", line 1, in ? > ImportError: No module named xpath > > Qu'est-ce qui ne va pas alors ?
$ dpkg -l python2.1-xml ||/ Nom Version Description +++-==============-========-============================= ii python2.1-xml 0.7-1 XML tools for Python (2.1.x) $ find /usr/lib/python2.1/site-packages/_xmlplus/ -name "*path*" /usr/lib/python2.1/site-packages/_xmlplus/xpath Il y a donc bien un module xpath d�j� avec Python 2.1, mais je ne sais absolument pas comment il marche... -- Christophe �CHiPs� PETIT <[EMAIL PROTECTED]> http://chips.free.fr/ Linux-Nantes: partagez votre savoir http://www.linux-nantes.fr.eu.org/ Debian: When Code Matters More Than Commercials http://www.debian.org/ [La tolerance est la charite de l'intelligence. -- Jules Lemaitre]

