Bugzilla – Bug 148113
mercurial doesn't work on 10.0 x86_64
Last modified: 2006-02-06 13:25:54 UTC
~> hg Traceback (most recent call last): File "/usr/bin/hg", line 11, in ? from mercurial import commands ImportError: No module named mercurial However both python-2.4.1-3 and mercurial-0.6c-2 are installed. and there is a directory /usr/lib/python2.4/site-packages/mercurial installed by the mercurial-0.6c-2 rpm
Seems to be existing only on x86_64. I could't reproduce it on 10.0 i586
After rebuilding the .src.rpm and installing the rebuilded rpm, mercuial works. Even if I replace rebuilded rpm with the original rpm.
WORKSFORME. I guess you installed i386 rpm?