wicd complaining about egg.trayicon
by chiendarret from LinuxQuestions.org on (#5MR6K)
On Debian amd64 10 (buster), freshly installed wicd (cleaned from all previous wicd, if any, from synaptic all packages, apparently correct) reports
~$ wicd-client
File "/usr/share/wicd/gtk/wicd-client.py", line 83
print 'Unable to load tray icon: Missing both egg.trayicon and ' + \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Unable to load tray icon: Missing both egg.trayicon and ' + \)?
~$ wicd-curses
File "/usr/share/wicd/curses/wicd-curses.py", line 1280
print 'Error connecting to wicd via D-Bus. ' \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Error connecting to wicd via D-Bus. ' \)?
A s suggested on a lost post, I updated mime on the system, while there is no mime on my /$HOME/.local/share, all at no avail
~$ wicd-client
File "/usr/share/wicd/gtk/wicd-client.py", line 83
print 'Unable to load tray icon: Missing both egg.trayicon and ' + \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Unable to load tray icon: Missing both egg.trayicon and ' + \)?
~$ wicd-curses
File "/usr/share/wicd/curses/wicd-curses.py", line 1280
print 'Error connecting to wicd via D-Bus. ' \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Error connecting to wicd via D-Bus. ' \)?
A s suggested on a lost post, I updated mime on the system, while there is no mime on my /$HOME/.local/share, all at no avail