Comment 44 for bug 364745

Revision history for this message
mac.ryan (macryan) wrote :

Alas, it did not work for me. I followed the same procedure followed by K Slade but also the new version installed from the PPA generate _nearly_ the same error:

Traceback (most recent call last):
  File "/usr/bin/blogtk", line 1245, in <module>
    blogtk = BloGTK()
  File "/usr/bin/blogtk", line 138, in __init__
    self.grabConfig()
  File "/usr/bin/blogtk", line 372, in grabConfig
    self.url = self.conf.get(self.sectionName, 'server')
  File "/usr/lib/python2.6/ConfigParser.py", line 531, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'Default Server'

Notice that it says "Default Server" and not "Default", and somewhere in the thread I noticed that was one of the modifications done to patch the software.

Well... good effort though! :)