Ticket #59 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Cannot start

Reported by: Vadi Assigned to: 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

04/12/07 18:15:16 changed 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)

01/01/08 06:22:40 changed by Andy

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

Fixed in svn [171]