View Single Post
Posts: 20 | Thanked: 16 times | Joined on Jun 2010
#10
Hmm, strange. Did you install with two seperate commands, i.e.

Code:
dpkg -i mercurial_1.4.1-maemo1_armel.deb
dpkg -i mercurial-common_1.4.1-maemo1_armel.deb
?

As a result, there should be a /usr/lib/python2.5/site-packages/mercurial and a /usr/lib/python2.5/site-packages/hgext directory.

Another option would be to extract the deb files with dpkg -X [filename] and then move the site-packages tree to /usr/lib/python2.5 manually. But then again, it worked for me without that, so I'm not sure if it would work or have other unforseen consequences...

EDIT: removed a typo
 

The Following User Says Thank You to eagle_linux For This Useful Post: