Opened 12 years ago

Closed 12 years ago

#36059 closed defect (fixed)

gcalcli fails on MacOS

Reported by: dClauzel (Damien Clauzel) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: gcalcli

Description

With the same configuration file, gcalcli fails to run on MacOS but works fine on Debian.

$ gcalcli list
Traceback (most recent call last):
  File "/opt/local/bin/gcalcli", line 1114, in <module>
    DoooooItHippieMonster()
  File "/opt/local/bin/gcalcli", line 1025, in DoooooItHippieMonster
    borderColor=borderColor)
  File "/opt/local/bin/gcalcli", line 312, in __init__
    self.allCals.entry.sort(lambda x, y:
  File "/opt/local/bin/gcalcli", line 314, in <lambda>
    order[y.access_level.value]))
KeyError: 'root'
$ cat .gcalclirc 
[gcalcli]
user: xxxx@yyy.zz
pw: ******************
https: on

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

I updated gcalcli to 2.1 in r97563. Did that help?

comment:2 in reply to:  1 Changed 12 years ago by dClauzel (Damien Clauzel)

Replying to ryandesign@…:

I updated gcalcli to 2.1 in r97563. Did that help?

Yes, this version works fine. Thanks.

(a side effect was a long update of python 2.7, but no problem)

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.