and i got some error as below..
# ImportError: No module named sip
# - [line 2 in X:\Softimage_PlugIn_WorkGroup\for2014_Plug_In\Addons\PyQtForSoftimage\Application\Plugins\pyqt_example.py]
# ERROR : Traceback (most recent call last):
# File "<Script Block 2>", line 1, in <module>
# from PyQt4.QtCore import Qt
# ImportError: No module named PyQt4.QtCore
# - [line 1 in X:\Softimage_PlugIn_WorkGroup\for2014_Plug_In\Addons\PyQtForSoftimage\Application\Plugins\qtevents.py]
But, I solved it. just added PYTHONPATH into EnvironPath as below.
It is working well..