I have been trying to install TortoiseHG with the yum command on my RedHat system and have been struggling. I thought perhaps I should install it from the source. I used the instructions here and here. However, it still didn't work. I am afraid that I am missing something obvious. My system is:
- RHEL 5.3
- Mercurial 1.8.1
- Python 2.4.3
Commands I have run to install Nautilus extension are
cd to a directory holding all my local repository CassieRep
cd CassieRepclone the tortoisehg repository
hg clone http://bitbucket.org/tortoisehg/thg tortoisehgcreate a symlink
ln -s /home/Cassie/CassieRep/tortoisehg/thg /usr/bindeal with nautilus
mkdir -p ~/.nautilus/python-extensions ln -s /home/Cassie/CassieRep/tortoisehg/contrib/nautilus-thg.py \ ~/.nautilus/python-extensionsrestart nautilus
nautilus -q
The items on my desktop disappeared. I actually logged out and log in again.I tried to type in thg on an terminal but system did not recognize it.
/home/Cassie/CassieRep/tortoisehg/thgexecutable on the command line? – jsbillings May 4 '12 at 21:51ImportError: No module named PyQt4.uic.Compiler.About the RHEL version, I am not sure if I have authority to change it so I would like to deal with it first. Thanks, – Cassie May 10 '12 at 20:26yum list PyQt.It showedPyQt.x86_64 3.16-4installed. Does it mean I have to update my PyQt ? Thanks, Or I should find a older version of Tortoise ? – Cassie May 11 '12 at 19:05