with python interpreterE:\Dropbox\Research_Study\myprojects\Batch>python Render.py
Traceback (most recent call last):
File "Render.py", line 801, in <module>
else: run()
File "Render.py", line 789, in run
win = Window()
File "Render.py", line 66, in __init__
self.createUI()
File "Render.py", line 314, in createUI
self.sfEdt.setValidator(QtGui.QIntValidator())
TypeError: arguments did not match any overloaded call:
QIntValidator(QObject): not enough arguments
QIntValidator(int, int, QObject): not enough arguments
with iron python interpreter..E:\Dropbox\Research_Study\myprojects\Batch>ipython Render.py