Hi,

David Caldwell wrote:
> I don't get the message in the original bug, but I am getting error spew
> still:
> 
> $ hg diff
> *** failed to import extension hgext/gpg
[...]

  My main idea is that there is some spurious files from a previous (debian or
not debian) mercurial installation that are in the filesystem and that prevent
hg to find the good files.
  The output you give me for the commands seems correct.
Can you try the following commands too :

dpkg -l mercurial
head -1 /usr/bin/hg
python -V
python -c 'import sys; print sys.path'
python2.3 -c 'import sys; print sys.path'
python2.4 -c 'import sys; print sys.path'
python2.5 -c 'import sys; print sys.path'
find /usr/lib/python* /usr/share/py* -name 'mercurial' -exec ls -lR {} \;

  Best regards,
    Vincent



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to