duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Re: Duplicity 0.4.4.RC3 Ready


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Re: Duplicity 0.4.4.RC3 Ready
Date: Tue, 02 Oct 2007 11:53:31 -0500
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Andreas Schildbach wrote:
> Kenneth Loafman wrote:
> 
>> Not sure how you did the install,
> 
> python setup.py install --prefix=~/dupl
> 
> (~ is the homedir of my root user)
> 
> and then I renamed dupl to duplicity-0.4.4.RC3.
> 
>> but if you do the following, I think
>> it should work properly (yes, you are picking up the Debian install).
>>
>> # cd /root/duplicity-0.4.4.RC3/bin
>> # ./duplicity --version
> 
> I'm afraid it doesn't. I too get 0.4.2.
> 
> Maybe I should have installed to /root/duplicity-0.4.4.RC3 in the first
> place?
> 
> (Just for completeness: I downloaded the bundle with: wget
> http://savannah.nongnu.org/download/duplicity/duplicity-0.4.4.RC3.tar.gz)

You need to set the Python path to add the site-packages, like this:

        sys.path.insert(0, '/root/dupl/lib/python2.4/site-packages/')

immediately after the imports in bin/duplicity.  Without it, Python will
import from the normal places.  This overrides the Python path.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]