what's the matter with this?
Traceback (most recent call last):
File "Track.py", line 684, in ?
w = Track()
File "Track.py", line 610, in __init__
QObject.connect(self.controllerWidget.unloadButton, SIGNAL('clicked()'),
PYSIGNAL('unload'))
TypeError: Argument 3 of QObject.connect() has an invalid type
-P