Package: gcalcli
Version: 4.0.0~a4-1
When trying to delete events with gcalcli, I get this traceback:
File "/bin/gcalcli", line 2538, in <module>
BowChickaWowWow()
File "/bin/gcalcli", line 2510, in BowChickaWowWow
FLAGS.iamaexpert, eStart, eEnd)
File "/bin/gcalcli", line 1876, in DeleteEvents
yearDate=True, work=self._DeleteEvent)
File "/bin/gcalcli", line 1568, in _IterateEvents
work(event)
File "/bin/gcalcli", line 1386, in _DeleteEvent
val = raw_input()
NameError: name 'raw_input' is not defined
Indeed, gcalcli seems to be a Python 3 program, where raw_input doesn't
exist.
By looking at the upstream source code, it seems the problem is not
present in the latest version:
https://github.com/insanum/gcalcli/blob/master/gcalcli/gcalcli.py