6

我按照他们在 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

4

3 回答 3

6

您需要将 QT bin 目录(“C:\Qt\4.6.3\bin”)添加到路径环境变量中。

于 2010-09-10T19:05:25.453 回答
0

Windows 二进制文件的情况在1.0.0 版本中得到了显着改善。从下载页面尝试更新的安装程序。

于 2011-03-26T13:52:27.087 回答
0

安装 PySide - Windows 8上有一个类似的问题

你可以简单地使用

pip install PySide 

安装它。

于 2016-05-10T18:59:26.317 回答