Hello Justine when i try to create object
widget = QGui.QWidget()
i get thrown out of interpreter saying
*QWidget: Must construct a QApplication before a QPaintDevice*
where as in your first video lecture u didnt got any such error?
In [1]: from PyQt4 import QtGui
In [2]: widget = QtGui.QWidget()
QWidget: Must construct a QApplication before a QPaintDevice
D:\Console>
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe