Python Forum
Qestions using futurize and QtCore.Signal
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qestions using futurize and QtCore.Signal
#4
Here is a feedback about the issue : after investigation, Katana uses PyQt5 while others use PySide2. This makes a difference in signal declaration, as PyQt5 is incompatible with future 'object' type. To make all this world work OK in python 2 & 3, I had to declare a "signalObject" which has a different value if using pyqt('PyQt_PyObject') or pyside ('PyObject') and use it as signal declaration argument.
Reply


Messages In This Thread
RE: Qestions using futurize and QtCore.Signal - by smaraux - Oct-29-2020, 03:39 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020