Re: wxPython bug

2004-12-10 Thread Sion Arrowsmith
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

Re: wxPython bug

2004-12-09 Thread Johan Lindberg
> [...] > 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

Re: wxPython bug

2004-12-09 Thread Dennis Benzinger
Jive wrote: > [...] > What to do? Ask in comp.soft-sys.wxwindows -- http://mail.python.org/mailman/listinfo/python-list

wxPython bug

2004-12-08 Thread Jive
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: