Hi Renick, >From your error messages it seems that you're actually using wx-2.4-gtk2-ansi and not 2.6.1.2 (File "/usr/lib/python2.4/site-packages/wx-2.4-gtk2-ansi/wxPython/windows.py", > > line 60...). My guess is something didn't install correctly when you installed 2.6.1.2? steven On 5/4/06, Renick Bell wrote: > I was getting an error back in March (old error at the bottom of this > email), and Sebastian wrote: > > > I still think that this seems like a wxPython related problem. Maybe a > > newer wxPython installation fixes this error. I use 2.6.1.2 with Python > > 2.4 an a Debian system. > > I am on Gentoo with Python 2.4.2, and I have upgraded my wxpython to > 2.6.3.2. I am still not able to use Cabel. I get this same error.: > > 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", > line 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 _wxEvtHandler_p. > > Other people are using Cabel; I'm not clear where my mistake lies. Advice? Help? > > Best, > > Renick > > > > 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. > > > > I still think that this seems like a wxPython related problem. Maybe a > > newer wxPython installation fixes this error. I use 2.6.1.2 with Python > > 2.4 an a Debian system. > > > > regards, > > Sebastian > > -- > Renick Bell > http://www.the3rd2nd.com > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >