[Pythonmac-SIG] Where to go for wxPython help & tutorials?

There is also a HOWTO at wxPython API Documentation — wxPython Phoenix 4.2.2 documentation
However, the example used there contains a few lines like:
        f=open(self.dirname+'\\'+self.filename,'r')
which is pathetic (the \\).
It should use os.path.join instead.

···

"Chris Barker" <Chris.Barker@noaa.gov> (CB) wrote:

One of the tricks is that as an OO library, most of the methods available
for a widget are inherited from superclasses, and thus not documented as
part of that class. The new Python-spcific docs are better in this regard,
but I find them a little harder to navigate.

wxPython API Documentation — wxPython Phoenix 4.2.2 documentation

--
Piet van Oostrum <piet@cs.uu.nl>
URL: ICS | Utrecht University [PGP]
Private email: piet@vanoostrum.org