
April 19th, 2004, 04:46 AM
|
|
Contributing User
|
|
Join Date: Feb 2004
Location: London, England
|
|
Documentation is wxPython's weakest point, IMHO. The main reference docs are for C++, but it is not difficult to translate to Python syntax. There are also a lot of additional Python-only widgets that are not well documented at all except in the source code.
I know that there is a wxPython book in the works, but I don't know when it is likely to be published.
The first place I go when using a feature I am unfamiliar with is to the wxPython demo - there is example code for pretty much every class, usually with some description of what it does. Then I go to the wxWindows reference and to the wiki ( http://wiki.wxpython.org/). You can also search the mailing lists at http://lists.wxwidgets.org/ for answers to specific questions, or post your own question.
Dave - The Developers' Coach
|