遵循这些说明:
http://qt-project.org/wiki/Setting_up_PySide
成功安装了这些程序:
- PySide-1.1.2.win-amd64-py2.7.exe -
- qt-win-opensource-4.8.4-vs2010.exe - 适用于 Windows 的 Qt 库 4.8.4 (VS 2010, 234 MB)
尝试了以下并得到了一个错误:
PS C:\Windows\system32> python
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PySide
>>> print(PySide.QtCore.__version__)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'QtCore'
我正在运行 Windows 8(64 位)。我以管理员身份从 powershell 运行上述命令。