Advertisement
Guest User

Untitled

a guest
Apr 5th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. kar@myhost ~ % backintime
  2.   File "/usr/share/backintime/common/backintime.py", line 73
  3.     print ''
  4.            ^
  5. SyntaxError: invalid syntax
  6.  
  7. kar@myhost ~ % backintime-kde4
  8. Traceback (most recent call last):
  9.   File "/usr/share/backintime/kde4/app.py", line 34, in <module>
  10.     import backintime
  11.   File "/usr/share/backintime/common/backintime.py", line 25, in <module>
  12.     import config
  13.   File "/usr/share/backintime/common/config.py", line 32, in <module>
  14.     import password
  15.   File "/usr/share/backintime/common/password.py", line 25, in <module>
  16.     import keyring
  17. ImportError: No module named keyring
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement