wxPython tutorial?

Tjarko de Jong tjarko at dutlbcz.lr.tudelft.nl
Fri Feb 27 05:10:44 EST 2004


On 26 Feb 2004 22:55:52 -0800, jdadson at yahoo.com (Jive
Dadson) wrote:

>I'm trying (without conspicuous success) to start learning
>wxPython.  Sooo... I opened the doc page wxPythonManual.html#wxpython-overview.
>The very first example does not work.  Try it.  I find much of what follows
>to be incomprehensible.  Is there a good tutorial for novices?

While using "import wx" is cleaner the turorials uses often
"from wxpython import * " Thus function and class names are
changed.

change:
self.frame = Frame()
self.frame = wx.Frame()




More information about the Python-list mailing list