[Python-projects] pylint, pyreverse : mandatory "package" not in Hg repository?
Alexandre Fayolle
alexandre.fayolle at logilab.fr
Thu Oct 18 09:07:18 CEST 2007
On Wed, Oct 17, 2007 at 09:59:59PM +0200, Laurent Bertaud wrote:
> Hi,
>
> I saw in the documentation logilab-common and logilab-astng are required
> for pylint and the both previous plus pyxml for pyreverse.
>
> I tried to get the code by typing :
>
> laurent at hebus:~$ hg clone http://www.logilab.org/hg/logilab-common
> destination directory: logilab-common
> real URL is http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab-common
> abort: 'http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab-common' does
> not appear to be an hg repository!
>
> laurent at hebus:~$ hg clone http://www.logilab.org/hg/logilab-astng
> destination directory: logilab-astng
> real URL is http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab-astng
> abort: 'http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab-astng' does
> not appear to be an hg repository!
>
> laurent at hebus:~$ hg clone http://www.logilab.org/hg/pyxml
> destination directory: pyxml
> real URL is http://www.logilab.org/cgi-bin/hgwebdir.cgi/pyxml
> abort: 'http://www.logilab.org/cgi-bin/hgwebdir.cgi/pyxml' does not
> appear to be an hg repository!
>
> Did I use the right URIs? Will I use tarballs or debian package?
> It seems to me it would better use Mercurial for these "packages" too.
Try
hg clone http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab/common
hg clone http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab/astng
Pyxml is available on sourceforge, via CVS. See
http://sourceforge.net/cvs/?group_id=6473 for instructions.
Removing this dependency on pyxml in favor of elementtree would be a
good thing, by the way. ElemenTree is part of python2.5's standard
library, and can be downloaded from
http://effbot.org/zone/element-index.htm if you're using another version
of python.
--
Alexandre Fayolle LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Informatique scientifique: http://www.logilab.fr/science
Reprise et maintenance de sites CPS: http://www.migration-cms.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: Digital signature
Url : http://lists.logilab.org/pipermail/python-projects/attachments/20071018/4dc16417/attachment.pgp
More information about the Python-Projects
mailing list