我按照他们在 pyside.org 上所说的话,但不知何故我无法让它工作。我下载了他们从他们的网站链接的两个文件(qt 库和 python 2.6 的 pyside)
当我尝试他们的一个示例时,我收到以下消息:
Traceback (most recent call last):
File "2dpainting.py", line 28, in <module>
from PySide.QtCore import *
ImportError: DLL load failed: The specified module could not be found.
我使用 python 2.6.4 和 windows 7