Jesternzl wrote:
> This is the weird thing. I followed this thread before and could see the
> site-packages directory in the python path and rdiff-backup is in that
> directory.
> 
>>>> import sys
>>>> sys.path
> ['', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5',
> '/usr/local/lib/python2.5/plat-sunos5', '/usr/local/lib/python2.5/lib-tk',
> '/usr/local/lib/python2.5/lib-dynload',
> '/usr/local/lib/python2.5/site-packages']

At the start of the rdiff-backup script, it generally has
"#!/usr/bin/env python" -- is that python the same as the python you ran
above? The one you ran above looks like it might be
/usr/local/bin/python2.5 ... What does the first line of the script say?
(you can find it by doing `which rdiff-backup`)

That is, do you have multiple python binaries? I know I have three
python binaries installed on my system (2.3.5, 2.4.3 and 2.5.1), so I
have to make sure that the python rdiff-backup is calling is the one
under which I installed it with.

Andrew

-- 
Andrew Ferguson - [EMAIL PROTECTED]



_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to