View Single Post
Old 04-14-2011, 12:26 PM   #8
zopyx
Banned
zopyx began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Apr 2011
Device: none
Quote:
Originally Posted by user_none View Post
It means you have a library conflict. The systems Qt or PyQt is being used not the one provied by calibre.
Wrong: strace tells me that only the QT libs of calibre are being used:

26995 stat("/opt/calibre/lib/python2.7/site-packages/PyQt4", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
26995 stat("/opt/calibre/lib/python2.7/site-packages/PyQt4/__init__.pyo", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/__init__.pyo", O_RDONLY) = 4
26995 stat("/opt/calibre/lib/python2.7/site-packages/PyQt4", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
26995 stat("/opt/calibre/lib/python2.7/site-packages/PyQt4", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/Qt.so", O_RDONLY) = 4
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/Qt.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtCore.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtCore.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtCore.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtGui.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtGui.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtGui.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtNetwork.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtNetwork.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtNetwork.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtOpenGL.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtOpenGL.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtScript.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtScript.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtScriptTools.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtScriptTools.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtSvg.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtSvg.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtSvg.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtGui.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtTest.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtTest.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtWebKit.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtWebKit.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtWebKit.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtGui.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtXml.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtXml.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtXml.so.4", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtXmlPatterns.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtXmlPatterns.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtDesigner.so", O_RDONLY) = 6
26995 open("/opt/calibre/lib/python2.7/site-packages/PyQt4/QtDesigner.so", O_RDONLY) = 7
26995 open("/opt/calibre/lib/libQtGui.so.4", O_RDONLY) = 8
26995 open("/opt/calibre/lib/libQtGui.so.4", O_RDONLY) = 8
zopyx is offline