Hello... I am new both to debian an wxPython... I wanted to install the DEBS, so I downloaded them from the "unstable" debian branch, and I seem to have some sort of version mismatch, because some demos wont run!
Traceback (innermost last):
File "./Main.py", line 270, in OnSelChanged
self.RunDemo(itemText)
File "./Main.py", line 302, in RunDemo
self.window = module.runTest(self, self.nb, self) ###
File "./wxToolBar.py", line 79, in runTest
win = TestToolBar(frame, log)
File "./wxToolBar.py", line 42, in __init__
shortHelpString="Toggle this", isToggle=true)
File "/usr/lib/python1.5/site-packages/wxPython/stattool.py", line 163, in AddTool
val = apply(stattoolc.wxToolBarBase_AddTool,(self,) + _args, _kwargs)
TypeError: isToggle is an invalid keyword argument for this function
Hello... I am new both to debian an wxPython... I wanted to install the
DEBS, so I downloaded them from the "unstable" debian branch, and I seem
to have some sort of version mismatch, because some demos wont run!
Did you get the dmeo from .debs too or from the tar.gz on the wxpython.org
site? There was a bit of a misunderstanding on the 2.2.2 release, the .debs
were made about a week and a half before I was ready, so the name of the
toggle parameter may have been one of the changes during that time period.
If you change the isToggle's in your copy of the demo to just toggle, it
will probably work. There may be some other issues though... The sources
were tagged when the .debs were made so I was able to get a snapshot of the
demo at that time. I've put it at