pombreda / gcalcli

Automatically exported from code.google.com/p/gcalcli
0 stars 0 forks source link

getting errors #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to open the gcalcli 

and i get the below errors:

Traceback (most recent call last):
  File "/Users/SunBear/gcalcli", line 1114, in <module>
    DoooooItHippieMonster()
  File "/Users/SunBear/gcalcli", line 959, in DoooooItHippieMonster
    cfg = LoadConfig(configFile)
  File "/Users/SunBear/gcalcli", line 881, in LoadConfig
    config.read(os.path.expanduser(configFile))
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ConfigParser.py", line 286, in read
    self._read(fp, filename)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ConfigParser.py", line 482, in _read
    raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /Users/SunBear/.gcalclirc, line: 1
'user: <semihozkoseoglu>\n'

i actually saw a few other people complaining about the same issue but i never 
saw a fix. 

is there a fix?

thanks

Original issue reported on code.google.com by semihozk...@gmail.com on 26 Apr 2011 at 12:14

GoogleCodeExporter commented 9 years ago
Did you include a "[gcalcli]" line in your config file?

Original comment by alex.deh...@gmail.com on 29 Apr 2011 at 9:57

GoogleCodeExporter commented 9 years ago
Not sure about the first reporter, but i was having the same issue and adding 
"[gcalcli]" to the top line of my .gcalcli file fixed it.

Original comment by kevin.re...@gmail.com on 1 May 2011 at 10:56

GoogleCodeExporter commented 9 years ago
awesome. thank you. i'll try this as soon as i get home. 

Original comment by semihozk...@gmail.com on 1 May 2011 at 11:30

GoogleCodeExporter commented 9 years ago
As specified in comment 2 the config header was missing.

Original comment by eda...@insanum.com on 24 Jul 2011 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:59