Using Python2.3 and 2.4 with all the most recent SWIG and Lua and all that (CsoundVST compiles and runs correctly) but when I try to run Cabel-0.8 I get Traceback (most recent call last): File "cabel.py", line 16, in ? app = CabelApp() File "/usr/lib/python2.4/site-packages/wxPython/wx.py", line 1951, in __init__ _wxStart(self.OnInit) File "cabel.py", line 11, in OnInit self.frame = CabelFrame(w) File "/home/daveakbari/Desktop/cabel-0.8/view/workspace.py", line 81, in __init__ wx.Frame.__init__(self, parent, -1, self.GetTitle(), size = size) File "/usr/lib/python2.4/site-packages/wxPython/frames.py", line 153, in __init__ self._setOORInfo(self) File "/usr/lib/python2.4/site-packages/wxPython/windows.py", line 60, in _setOORInfo val = windowsc.wxEvtHandler__setOORInfo(self, *_args, **_kwargs) TypeError: Type error in argument 1 of wxEvtHandler__setOORInfo. Expected _wxEvtHandler_p. Is this something wrong with the wxPython installation? What can I do to remedy this? -David