次の手順に従います。
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から上記のコマンドを実行しました。