PySide の学習。アイドル状態の IDE で以下を試して qCompress() を呼び出しましたが、失敗しました。誰でも私を助けることができますか?
>>> from PySide import QtCore
>>> QtCore.qCompress("test")
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
QtCore.qCompress("test")
AttributeError: 'module' object has no attribute 'qCompress'