On Wed, 3 Oct 2012 17:57:39 +0100, Robert Kent wrote:
> HI All,
>
> I'm trying to implement a QtScript debugger but am unable to install a
> QScriptEngineAgent on a QScriptEngine. A much simplified example of what
> I'm doing is shown below:
>
> from PyQt4.QtCore import *
> from PyQt4.QtGui impo
HI All,
I'm trying to implement a QtScript debugger but am unable to install a
QScriptEngineAgent on a QScriptEngine. A much simplified example of what I'm
doing is shown below:
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtScript import *
if __name__=="__main__":
from