duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] setup.py on a mac


From: John Lehmann
Subject: [Duplicity-talk] setup.py on a mac
Date: Sun, 4 Feb 2007 17:12:18 +0900

Hello,

To get setup to work under python2.5/osx I had to make some small changes to setup.py.  I don't see why they would be different for other architectures... has setup.py not been updated as the main codebase changes perhaps?

Diffs from cvs:

===================================================================
RCS file: /sources/duplicity/duplicity/dist/setup.py,v
retrieving revision 1.2
diff -r1.2 setup.py
19c19
<         package_dir = {"duplicity": "src"},
---
>         package_dir = {"duplicity": "duplicity"},
21c21
<                                                          ["_librsyncmodule.c"],
---
>                                                          ["duplicity/_librsyncmodule.c"],
23c23
<         scripts = ['rdiffdir', 'duplicity'],
---
>         scripts = ['rdiffdir', 'duplicity-bin'],

The everything runs as expected with:

  python dist/setup.py build
  sudo python dist/setup.py install

(I also had to upgrade to the latest XTools to get cross compiling for ppc/i386 architectures, but that is a more general distutils problem).

Now will actually try to use this exciting looking backup tool.

Thanks,

John


reply via email to

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