I\'m having issues with a custom signal in a class I made.
Relevant code:
self.parse_triggered = QtCore.pyqtSignal()
def parseFile(self):
self.e
You also get that error message if you fail to call super() or QObject.__init__() in your custom class.
A checklist for defining custom signals in a class in Qt in Python:
__init__ calls super() (or calls QObject.__init__() directly.)() or (int) or (str) or ((int,), (str,))