Ticket #59 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Cannot start

Reported by: Vadi Owned by: Andy
Priority: low Milestone: Stable
Component: Backend Version:
Severity: trivial Keywords:
Cc:

Description

Hi all,

I got pybackpack 0.5.2. The setup seemingly went fine, except that it didn't place the meny in accessories like the file says it would (I'm on ubuntu 7.10).

I tried running it from the terminal, but I receive an error:

vadi@vadi-laptop:~/Downloads/pybackpack-0.5.2$ pybackpack
Traceback (most recent call last):
  File "/usr/bin/pybackpack", line 2, in <module>
    from pybackpack import backuptool
  File "/usr/lib/python2.5/site-packages/pybackpack/backuptool.py", line 17, in <module>
    import rdiff_interface
  File "/usr/lib/python2.5/site-packages/pybackpack/rdiff_interface.py", line 1, in <module>
    import rdiff_backup.Main
ImportError: No module named rdiff_backup.Main
vadi@vadi-laptop:~/Downloads/pybackpack-0.5.2$ 

Change History

Changed 4 years ago by Andy

  • priority changed from normal to low
  • status changed from new to assigned
  • severity changed from major to trivial

Installing rdiff-backup should solve your problem. If you don't want to do it manually, pybackpack 0.5.1 is in the Ubuntu "universe" repository so you could install that instead and have the benefit of package management. It isn't much different to 0.5.2, to be honest.

(I'm leaving this ticket open to remind me to improve the installation documentation to list dependencies)

Changed 4 years ago by Andy

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in svn [171]

Note: See TracTickets for help on using tickets.