I hate Hg extensions

Yuya Nishihara yuya at tcha.org
Sun Jul 24 16:21:36 UTC 2011


Daniel Carrera wrote:
> On 07/24/2011 04:07 PM, Idan Kamara wrote:
> > You probably need the pyqt4-dev-tools package.
> >
> > If you're having further issues with thg, I suggest asking in their mailing
> > list or IRC.
> 
> Thanks, now it "runs"... you are not going to believe this:
> 
> 
> {{{
> #!python
> ** Mercurial version (1.8.3).  TortoiseHg version (unknown)
> ** Command:
> ** CWD: /home/daniel/Other/GCC/hg-trunk/gcc/fortran
> ** Extensions loaded:
> ** Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3]
> ** Qt-4.6.2 PyQt-4.7.2
> 
> This version of TortoiseHg requires Mercurial version 1.9.n to 1.10.n, 
> but found 1.8.3
> 
> }}}
> 
> FYI: I do *not* have Mercurial 1.8 anywhere in this system.

Hi, try to find out where Mercurial 1.8 exists:

% python
Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) 
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mercurial
>>> mercurial.__file__
'/usr/lib/pymodules/python2.6/mercurial/__init__.pyc'
>>> import mercurial.util
>>> mercurial.util.version()
'1.8.3'

If you've installed Mercurial 1.9 by hand, you'll need to set up PYTHONPATH
or HGPATH correctly.

Regards,
Yuya



More information about the Mercurial mailing list