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

Piet van Oostrum piet at cs.uu.nl
Fri Jun 17 14:45:02 CEST 2005


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

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

>CB> http://www.wxpython.org/docs/api/

There is also a HOWTO at http://www.wxpython.org/docs/howto
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.

-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: piet at vanoostrum.org


More information about the Pythonmac-SIG mailing list