David Akbari reported this error in January. I am now facing the exact same error. I didn't see a solution on the mailing list. I am using wxPython 2.6.1.0 and Python 2.4 in Linux (Gentoo). I really want to play with this... any ideas? Traceback (most recent call last): File "cabel.py", line 16, in ? app = CabelApp() File "/usr/lib/python2.4/site-packages/wx-2.4-gtk2-ansi/wxPython/wx.py", line 1951, in __init__ _wxStart(self.OnInit) File "cabel.py", line 11, in OnInit self.frame = CabelFrame(w) File "/home/renick/dl_apps/cabel-0.85/view/workspace.py", line 83, in __init__ wx.Frame.__init__(self, parent, -1, self.GetTitle(), size = size) File "/usr/lib/python2.4/site-packages/wx-2.4-gtk2-ansi/wxPython/frames.py", l ine 153, in __init__ self._setOORInfo(self) File "/usr/lib/python2.4/site-packages/wx-2.4-gtk2-ansi/wxPython/windows.py", line 60, in _setOORInfo val = windowsc.wxEvtHandler__setOORInfo(self, *_args, **_kwargs) TypeError: Type error in argument 1 of wxEvtHandler__setOORInfo. Expected _wxEvt Handler_p. Renick Date: Sun, 29 Jan 2006 16:14:11 +0100 To: csound@lists.bath.ac.uk From: Sebastian Gutsfeld Reply-To: csound@lists.bath.ac.uk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: wxPython Cabel error David Akbari writes: > 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? This problem seems wxPython related but I don't know what's really happening here. Could you install a newer wxPython Version (2.6.*)? regards, Sebastian -- Renick Bell http://www.the3rd2nd.com