Re: Python PATH problem

2007-01-03 Thread Vincent Danjean
Josselin Mouette a écrit : > mdiff.py does "import bdiff" which looks for bdiff.so in the same > directory. On your system, mdiff.py is is > in /var/lib/python-support/python2.4/mercurial/ which is the correct > place for packages handled by python-support, while on the user's system > it is in /us

Re: Python PATH problem

2007-01-03 Thread Josselin Mouette
By the way I also noticed there is a direct symbolic link in /var/lib/python-support to your templates directory, while support for such links in /usr/share/python-support was added (on your request :) in 0.4.3. Last but not least, you should use python instead of python2.4, now that 2.4 is the de

Re: Python PATH problem

2007-01-03 Thread Pierre Habouzit
On Wed, Jan 03, 2007 at 09:58:53AM +0100, Vincent Danjean wrote: > Hi, > > I'm the maintainer of mercurial. At least one of the users has a > problem with loading python modules. > Can someone look at bug #382252 ? > > In short, > echo 'import sys; print sys.path; from mercurial import bd

Re: Python PATH problem

2007-01-03 Thread Josselin Mouette
Le mercredi 03 janvier 2007 à 09:58 +0100, Vincent Danjean a écrit : > Hi, > > I'm the maintainer of mercurial. At least one of the users has a > problem with loading python modules. > Can someone look at bug #382252 ? > > In short, > echo 'import sys; print sys.path; from mercurial impor