Open rominf opened 9 years ago
Thanks for reporting. I haven't I tested it with Python3 so far. As soon as I've time, I will fix it.
It could be enough to rewrite offending parts as:
raise Exception("install sip first... or pyqt4...")
which works both on python 3.x and 2.7
I am trying to get pandas-qt working with both Python3 and PySide. (It is checked in to my dmopalmer/pandas-qt Python3 branch)
The BasicExample works.
The ThreadedExample gives QObject::setParent: Cannot set parent, new parent is in a different thread
errors and doesn't show anything until all the threads are done.
The TestExample runs into problems with magic
files being the wrong version
:+1:
As I said on issue #2
I just submitted a pull request #15 that supports all pythons (2.7 and 3.5), all interfaces (PySide, PyQt4, PyQt5).
It doesn't work perfectly. I am not a person who will make it work perfectly. It is an improvement.
I've got a fork for this as well with some support for 3.5 - it will at least install...https://github.com/zbarge/QtPandas