>>> 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'

Learning PySide. I tried below in my idle IDE to call qCompress() but failed. 
Can anyone help me?
--------------
EasyTest (Alcatel-Lucent automation test tool) NOW FREE on internet at
https://github.com/EasyTest2012/EasyTest<https://github.com/EasyTest2012/EasyTest/downloads>



_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to