deprecated-binaryninja-python icon indicating copy to clipboard operation
deprecated-binaryninja-python copied to clipboard

change PySide to PyQt5

Open JaySon-Huang opened this issue 9 years ago • 1 comments

Here is a PR for using PyQt5 instead of PySide.

But I found that It maybe somewhat difficult for building PyQt5 under Python2 but not Python3. for example,

Take care of this before accepting this PR ;)

JaySon-Huang avatar May 12 '15 10:05 JaySon-Huang

Yikes -- first, thanks very much for isolating the PyQt5 bits from the formatting changes. I wish I'd known about the lack of binary packages as I probably wouldn't have even mentioned considering an upgrade if I'd known.

Thanks for making sure to mention that, I think we'll probably just keep an eye out to see if anybody else publishes some premade 2.7 binaries before we upgrade. We definitely want to keep cross-platform support and maintain the relatively easy install process it has now (couple of binary dependencies or apt repository installs) and it looks like PyQt5 doesn't offer a mechanism for us to do that right now.

psifertex avatar May 13 '15 03:05 psifertex