blogtk crashes on start
Bug #364745 reported by
adameus23
This bug affects 17 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BloGTK |
Fix Committed
|
Undecided
|
JayReding | ||
1.2 |
Fix Committed
|
Critical
|
JayReding | ||
blogtk (Ubuntu) |
Fix Released
|
Medium
|
Ralph Taylor | ||
Jaunty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Installed blogtk on jaunty, tried to start and got this:
Traceback (most recent call last):
File "/usr/bin/blogtk", line 1245, in <module>
blogtk = BloGTK()
File "/usr/bin/blogtk", line 138, in __init__
self.
File "/usr/bin/blogtk", line 372, in grabConfig
self.url = self.conf.
File "/usr/lib/
raise NoSectionError(
ConfigParser.
Deleting the directory ~/.BloGTK didn't fix the problem.
BloGTK.conf is empty after crash.
Changed in blogtk (Ubuntu): | |
assignee: | nobody → djnrrd |
status: | New → In Progress |
Changed in blogtk (Ubuntu): | |
assignee: | Stefan Lesicnik (stefanlsd) → Ralph Taylor (djnrrd) |
status: | Incomplete → In Progress |
Changed in blogtk: | |
assignee: | nobody → JayReding (jayreding) |
Changed in blogtk: | |
status: | Confirmed → Fix Committed |
Changed in blogtk (Ubuntu): | |
status: | Fix Released → Confirmed |
status: | Confirmed → Incomplete |
status: | Incomplete → Fix Committed |
To post a comment you must log in.
Confirmed on my Jaunty install as well - full error is:
djnrrd@pinky:~$ blogtk displayPrefs( self) ce.drawPrefs( self.mainGlade, foo) blogtk/ config. py", line 88, in drawPrefs parser. add_section( "Default" ) python2. 6/ConfigParser. py", line 242, in add_section python2. 6/dist- packages/ apport_ python_ hook.py" , line 93, in apport_excepthook O_WRONLY| os.O_CREAT| os.O_EXCL) , 'w') _usr_share_ blogtk_ BloGTK. py.1000. crash'
Creating new BloGTK prefs directory
Config file not found - Will Open Prefs!
Creating New Config!
Traceback (most recent call last):
File "/usr/bin/blogtk", line 1245, in <module>
blogtk = BloGTK()
File "/usr/bin/blogtk", line 136, in __init__
self.
File "/usr/bin/blogtk", line 54, in displayPrefs
prefsInstan
File "/usr/share/
self.
File "/usr/lib/
raise ValueError, 'Invalid section name: %s' % section
ValueError: Invalid section name: Default
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/
os.
OSError: [Errno 13] Permission denied: '/var/crash/
Original exception was: displayPrefs( self) ce.drawPrefs( self.mainGlade, foo) blogtk/ config. py", line 88, in drawPrefs parser. add_section( "Default" ) python2. 6/ConfigParser. py", line 242, in add_section
Traceback (most recent call last):
File "/usr/bin/blogtk", line 1245, in <module>
blogtk = BloGTK()
File "/usr/bin/blogtk", line 136, in __init__
self.
File "/usr/bin/blogtk", line 54, in displayPrefs
prefsInstan
File "/usr/share/
self.
File "/usr/lib/
raise ValueError, 'Invalid section name: %s' % section
ValueError: Invalid section name: Default
I'm not the best python hacker but I'm trying to investigate now