Hi,
All
I am using windows 7, nuke 6.3v1 , python 2.6 , Qt 4.6.2 ,sip 4.12.
after i m copy in user/.nuke dir/ this file
1> sip.so
2> sipconfig
3> sipdistutils
4> PyQt4 (folder)

after opening python script editor in nuke
use ths command

from PyQt4 import QtGui

label = QtGui.QLabel("Hello World")

label.show()


Error

from PyQt4 import QtGui

label = QtGui.QLabel("Hello World")

label.show()

# Result:

Traceback (most recent call last):

File "<string>", line 1, in <module>

ImportError: cannot import name QtGui


any one can suggest hw its wrong




-- 
Thanks
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to