duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Installation issue: name '_librsync' is not defined


From: Douglas Muth
Subject: [Duplicity-talk] Installation issue: name '_librsync' is not defined
Date: Fri, 11 Dec 2009 23:31:16 -0500

Hi folks,

I'm trying to install the latest and greatest version of Duplicity
(0.6.06) on the latest and greatest version of OS/X (10.6 aka Snow
Leopard).  Unfortunately, I haven't had much luck.

After untarring duplicity, I try setting it up as follows:

python ./setup.py --librsync-dir=/sw build
python ./setup.py --librsync-dir=/sw install

But when I go to execute it, I get this traceback:

Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 41, in <module>
    from duplicity import collections
  File "/Library/Python/2.6/site-packages/duplicity/collections.py",
line 29, in <module>
    from duplicity import path
  File "/Library/Python/2.6/site-packages/duplicity/path.py", line 33,
in <module>
    from duplicity import librsync
  File "/Library/Python/2.6/site-packages/duplicity/librsync.py", line
37, in <module>
    blocksize = _librsync.RS_JOB_BLOCKSIZE

I am using fink to install third party software, and I have all the
rsync-related libraries installed.

I also verified that this problem exists with 0.5.20.

Anyone have any suggestions?  If additional debugging info is
required, I will be happy to provide it.

Thanks,

-- Doug




reply via email to

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