Hi Kovid, output from that is:
Code:
megatron@elderthing:~ $ calibre-debug -c "import sip; print 'SIP', sip.SIP_VERSION_STR; from PyQt4 import Qt; print 'Qt', Qt.PYQT_VERSION_STR"
SIP 4.10
Qt 4.7
Segmentation fault
megatron@elderthing:~ $ calibre-debug --version
calibre-debug (calibre 0.6.40)
Segmentation fault
megatron@elderthing:~ $ which calibre-debug
/usr/local/python26/bin/calibre-debug
megatron@elderthing:~ $