I get this error in my script editor when I try to execute the script from 
the menu after moving the lines you mentioned....

// Error: 'PySide.QtGui.QDialog' called with wrong argument types:

# PySide.QtGui.QDialog(bool)

# Supported signatures:

# PySide.QtGui.QDialog(PySide.QtGui.QWidget = None, 
PySide.QtCore.Qt.WindowFlags = 0)

# Traceback (most recent call last):

# File 
"K:\ifs\resources\3D_resources\workgroups\maya_workgroup\net_modules\sm_module\scripts\create_cam_class.py",
 
line 38, in __init__

# super(smRealCameras, self).__init__(parent)

# TypeError: 'PySide.QtGui.QDialog' called with wrong argument types:

# PySide.QtGui.QDialog(bool)

# Supported signatures:

# PySide.QtGui.QDialog(PySide.QtGui.QWidget = None, 
PySide.QtCore.Qt.WindowFlags = 0) //



the line in my script which refer to QDialog are :

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/e2a38a35-c4e3-4bfa-989a-d63da6f0d2a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to