Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with #1

Open
waadaa85 opened this issue Nov 3, 2016 · 3 comments
Open

issue with #1

waadaa85 opened this issue Nov 3, 2016 · 3 comments

Comments

@waadaa85
Copy link

waadaa85 commented Nov 3, 2016

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

@onethawt
Copy link
Owner

I haven't actually used the script for a long time, I'll look into it this week.

@Triphammer7th
Copy link

Hello,

Any chance this has been resolved? I was trying to use the dataxrefcounter.py plugin but I keep getting this error.

@onethawt
Copy link
Owner

IDA 6.9+ ships with Qt 5+ and no longer supports PySide. I will create a PyQt5 version over the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants