Does backintime work for RHEL or CentOS 5.3?

Asked by Huygens

I have installed (it seems successfully) backintime on a Red Hat Enterprise Linux 5.3 and I get the following error while launching backintime-gnome:
Traceback (most recent call last):
  File “/usr/share/backintime/gnome/app.py”, line 42, in ?
    import backintime
  File “/usr/share/backintime/common/backintime.py”, line 27, in ?
    import snapshots
  File “/usr/share/backintime/common/snapshots.py”, line 35, in ?
    import pluginmanager
  File “/usr/share/backintime/common/pluginmanager.py”, line 51
    class PluginManager():
                                      ^
SyntaxError: invalid syntax

Another user reported also the same problem on CentOS 5.3.

For information, python is in version 2.4.3

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Huygens
Solved:
Last query:
Last reply:
Revision history for this message
Huygens (huygens-25) said :
#1

OK, this is a bug. The attached patch to the bug solved the problem.

Revision history for this message
Dan (danleweb) said :
#2