我正在尝试使用 Python3 和 PyQt4 运行我的代码。当我这样做时:
gruszczy@gruszczy-laptop:~/Programy/fathom/tools$ python3.1 fathomqt.py
Traceback (most recent call last):
File "fathomqt.py", line 5, in <module>
from PyQt4.QtCore import (QFileSystemModel, QDir, SIGNAL, Qt)
ImportError: /usr/lib/python3/dist-packages/sip.so: undefined symbol: PyUnicodeUCS4_CompareWithASCIIString
/usr/lib/python3/dist-utils
我已经在和中手动安装了 Sip 和 PyQt4 /usr/lib/python3.1/dist-packages
,但都没有帮助。
我有libpython3.1
以及python3.1-dev
和 这两个包3.2
。我缺少什么?
我正在使用Natty
测试版,但我不认为这是一个问题,因为它现在在我的计算机上相当稳定。