python-dbg is unable to import webkit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pywebkitgtk (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to debug a python application (exaile) that uses python-webkit, but can't, because python-dbg won't load the webkit extension. I'm not sure, but it looks to me like this might be due to not having a debug version of python-webkit. Sadly, the ubuntu repositories don't seem to include any such debug version.
$ python-dbg -c 'import webkit'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/
import webkit
ImportError: /usr/lib/
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/
from apport.report import Report
File "/usr/lib/
import apport.fileutils
File "/usr/lib/
from apport.
File "/usr/lib/
import apt
File "/usr/lib/
import apt_pkg
ImportError: /usr/lib/
Original exception was:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/
import webkit
ImportError: /usr/lib/
[44587 refs]
$ lsb_release -r
Release: 13.10
Possibly related to this bug #1040914?