Details
Description
Original title: NotImplementedError: pure virtual method 'QAbstractTableModel.rowCount()' not implemented
If I runing advanced GUI with MDI and other widgets in python then working ok.
But in case that python is slow we using nuitka that converting python to .c/.o and compile .exe
http://nuitka.net/doc/user-manual.html
I made test with:
PyQt4,5 and .exe was corect working wit py27,34,35
Pyside and .exe was made with py36 but can'b run coz:
NotImplementedError: pure virtual method 'QAbstractTableModel.rowCount()' not implemented
- can you look on this type cases with nuitka?
*Update: *Renamed the issue, since it was moved towards working on the compatibility between PySide and Nuitka
Attachments
Issue Links
- is duplicated by
-
PYSIDE-1351 You cannot package code with Nutka for an application.
- Closed
- relates to
-
PYSIDE-198 Compiled code does not work properly with Nuitka
- Closed