You are not logged in.
Pages: 1
I know there a bunch of blog editors on AUR, but could we get blogtk please? I tried manually compiling it, it installed fine but had some small issues. http://blogtk.jayreding.com/
Offline
Are other users meant to guess what the small issues were?
Offline
sorry I wasn't thinking straight. Anway well the compile and install goes, well but when I open but the Program it appears in Applications > Internet it quickly shows the program then closes.
Heres the error in the terminal
self.mainGlade = gtk.glade.XML('/usr/share/blogtk/blogtk.glade')
Traceback (most recent call last):
File "/usr/bin/BloGTK", line 1244, 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'
Offline
Pages: 1