You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the following error when I tried the script:
IDAPython: Error while calling Python callback :
Traceback (most recent call last):
File "D:/IDA695/scripts/dataxrefcounter.py", line 58, in OnCreate
self.parent = self.FormToPySideWidget(form)
File "D:\IDA695\python\ida_kernwin.py", line 5673, in FormToPySideWidget
return ctx.QtGui.QWidget.FromCObject(form)
AttributeError: type object 'PySide.QtGui.QWidget' has no attribute 'FromCObject'
PySide is version 1.2.1 (provided by Anaconda 4.2.12 python 2.7)
Ida Pro is 6.95, windows 32bits
I'd put the script in %IDAHOME% = D:\IDA695
Kind Regards,
Waadaa
The text was updated successfully, but these errors were encountered:
Hello,
I got the following error when I tried the script:
IDAPython: Error while calling Python callback :
Traceback (most recent call last):
File "D:/IDA695/scripts/dataxrefcounter.py", line 58, in OnCreate
self.parent = self.FormToPySideWidget(form)
File "D:\IDA695\python\ida_kernwin.py", line 5673, in FormToPySideWidget
return ctx.QtGui.QWidget.FromCObject(form)
AttributeError: type object 'PySide.QtGui.QWidget' has no attribute 'FromCObject'
PySide is version 1.2.1 (provided by Anaconda 4.2.12 python 2.7)
Ida Pro is 6.95, windows 32bits
I'd put the script in %IDAHOME% = D:\IDA695
Kind Regards,
Waadaa
The text was updated successfully, but these errors were encountered: