Error on startup on KDE

Asked by Mauriziopz

Hi
I recently installed backintime on my kubuntu 8.10 box but I get this error while trying to start it up.
Traceback (most recent call last):
  File "/usr/share/backintime/kde4backintime.py", line 1006, in <module>
    kapp, kaboutdata = create_kapplication( cfg )
  File "/usr/share/backintime/kde4backintime.py", line 966, in create_kapplication
    line = line.strip()
AttributeError: strip

Can you help me?

I'm using kde 4.2
thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Dan
Solved:
Last query:
Last reply:
Revision history for this message
Craig Huffstetler (xq) said :
#1

When did this error appear? What happened before (or what were the steps leading up to this)?

Any information you can provide is helpful. Thanks!

Revision history for this message
Mauriziopz (mauriziopz) said :
#2

This error appear as soon as I try to start backintime, here is the output from console:
------------------------------------------------------------------------------
mauriziopz@MauriziopzLaptop:~$ backintime
Autodetect GUI mode: kde4
CMD: /usr/bin/backintime-kde4
Back In Time
Version: 0.9.20

Back In Time comes with ABSOLUTELY NO WARRANTY; for details type `backintime --license'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.

Traceback (most recent call last):
  File "/usr/share/backintime/kde4backintime.py", line 1006, in <module>
    kapp, kaboutdata = create_kapplication( cfg )
  File "/usr/share/backintime/kde4backintime.py", line 966, in create_kapplication
    line = line.strip()
AttributeError: strip
mauriziopz@MauriziopzLaptop:~$
-----------------------------------------------------------------------

Is there a way to have it print more debug information? If you tell me how, I could do it

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

Fixed in version 0.9.22.

PS: you should report this in bugs section.

Revision history for this message
Mauriziopz (mauriziopz) said :
#4

Thanks Dan, that solved my question.