Blogtk2 will not start in Fedora 14

Bug #671790 reported by Steve Harker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
BloGTK
New
Undecided
Unassigned

Bug Description

It installs fine from the Zip avalible from the project page however will fail to start with the following output:

 blogtk2
Traceback (most recent call last):
  File "/usr/bin/blogtk2", line 7, in <module>
    main()
  File "/usr/bin/../share/blogtk2/lib/blogtk2/main.py", line 769, in main
    blogtk.main()
  File "/usr/bin/../share/blogtk2/lib/blogtk2/main.py", line 235, in main
    self.configReader = config.ConfigReader()
  File "/usr/bin/../share/blogtk2/lib/blogtk2/config.py", line 70, in __init__
    self.tree = ElementTree.parse(self.configFile).getroot()
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1176, in parse
    tree.parse(source, parser)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 654, in parse
    self._root = parser.close()
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1635, in close
    self._raiseerror(v)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1487, in _raiseerror
    raise err
xml.etree.ElementTree.ParseError: unclosed token: line 1, column 0

I'm not a coder so don't have any idea what is up! Please someone help get this working Blogtk2 is the best blogging client in linux!!

Revision history for this message
Steve Harker (steveharker) wrote :

OK I checked out the 2.1 Branch and that also fails with what looks like a similar issue:
Traceback (most recent call last):
  File "/usr/bin/blogtk2", line 7, in <module>
    main()
  File "/usr/bin/../share/blogtk2/lib/blogtk2/main.py", line 772, in main
    blogtk.main()
  File "/usr/bin/../share/blogtk2/lib/blogtk2/main.py", line 235, in main
    self.configReader = config.ConfigReader()
  File "/usr/bin/../share/blogtk2/lib/blogtk2/config.py", line 72, in __init__
    self.tree = ElementTree.parse(self.configFile).getroot()
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1176, in parse
    tree.parse(source, parser)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 654, in parse
    self._root = parser.close()
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1635, in close
    self._raiseerror(v)
  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1487, in _raiseerror
    raise err
xml.etree.ElementTree.ParseError: unclosed token: line 1, column 0

Could there be an issue with the Fedora Python package?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.