severity 382252 normal tags 382252 + moreinfo unreproducible thanks As I said, I cannot reproduce this bug. So I tag it and downgrade the severity for now.
Best regards, Vincent PS: I will be on vacation (without email access) for 10 days. Vincent Danjean a écrit : > Michael Gebetsroither a écrit : >> Package: mercurial >> Version: 0.9.1-1 >> Severity: grave >> Tags: patch >> Justification: renders package unusable >> > Hi, > >> hi, >> >> # hg diff > [...] >> ImportError: No module named bdiff >> >> This is imho because mercurial is started with python2.4. >> Changing the version to python2.3 solves the problem. > > It should not. > [EMAIL PROTECTED]:~$ dpkg -L mercurial > [...] > /usr/lib/python-support/mercurial/python2.3/mercurial/bdiff.so > /usr/lib/python-support/mercurial/python2.3/mercurial/mpatch.so > [...] > /usr/lib/python-support/mercurial/python2.4/mercurial/bdiff.so > /usr/lib/python-support/mercurial/python2.4/mercurial/mpatch.so > [...] > > Can you look if these files are reported by "dpkg -L mercurial" > on your system and if they are present on your filesystem ? > Can you try to reinstall the package if this is not the case ? > > hg diff works perfectly on my system (with mercurial 0.9.1-1) > > Best regards, > Vincent >