Hi, Can someone that know how python loads binary modules look at the bug #382252. I cannot reproduce it on my system but two different users report it. It seems that under some circumstances/environment python2.4 does not load one binary module whereas python2.3 load it (and both binary modules are present in the system).
If you do not know mercurial, you can try to reproduce the bug by 1) installing the package 2) typing something like: [EMAIL PROTECTED]:~$ cd /tmp [EMAIL PROTECTED]:/tmp$ mkdir toto [EMAIL PROTECTED]:/tmp$ cd toto/ [EMAIL PROTECTED]:/tmp/toto$ hg init [EMAIL PROTECTED]:/tmp/toto$ hg diff [EMAIL PROTECTED]:/tmp/toto$ echo itpyt > titi [EMAIL PROTECTED]:/tmp/toto$ hg add titi [EMAIL PROTECTED]:/tmp/toto$ hg diff diff -r 000000000000 titi --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/titi Tue Aug 29 17:17:36 2006 +0200 @@ -0,0 +1,1 @@ +itpyt [EMAIL PROTECTED]:/tmp/toto$ I do not know what to search to resolve this bug. Switching to python2.3 for mercurial can be a workaround, but this would not be a real fix. Best regards, Vincent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]