我在Python中遇到这个问题:
from PyQt4 import QtCore, QtGui
from dcopext import DCOPClient, DCOPApp
我得到的追溯是
from dcopext import DCOPClient, DCOPApp
File "/usr/lib/python2.5/site-packages/dcopext.py", line 35, in <module>
from dcop import DCOPClient
RuntimeError: the qt and PyQt4.QtCore modules both wrap the QObject class
我尝试切换导入,稍后在文件中导入dcopext,但都没有工作。 感谢您的任何建议。
编辑:我已将其缩小为一个问题:我使用的是内部使用qt3的dcopext,但我希望它使用PyQt4。