Jive <[EMAIL PROTECTED]> wrote:
>In wxPython 2.5, run the demo, samples/wxProject/wxProject.py
> [ ... ]
>TypeError: TreeCtrl_GetFirstChild() takes exactly 2 arguments (3 given)
GetFirstChild() changed from taking 2 arguments in wxPython 2.4 to
(the more sensible) 1 in wxPython 2.5. Clearly wxProj
> [...]
> What to do?
Open up wxProject.py and fix the problem. The traceback is pretty
clear:
On line 137 in wxProject.py, the method GetFirstChild expects 2
arguments, but was given 3.
Unfortunately the wx documentation is not very clear about the
GetFirstChild method. It
only says:
wxPython no
Jive wrote:
> [...]
> What to do?
Ask in comp.soft-sys.wxwindows
--
http://mail.python.org/mailman/listinfo/python-list
Anyone know what's up with this, and how to fix it?
(I'm running MS Windows 2000 Pro, SP 4)
In wxPython 2.5, run the demo, samples/wxProject/wxProject.py
Create a new project and add a file to it. In the console window you will
probably
see something like this: