wxFrame don't have Bind attribute ??

SPE - Stani's Python Editor spe.stani.be at gmail.com
Mon Oct 30 06:03:33 EST 2006


Jia Lu schreef:

> Hi all
>  I am using wxPy 2.6.3.2-2, But when run an application with self.Bind
> , I got an error that there is no Bind.
>
>  How can I fix it. thanx

You can not bind an event to a wx application. You must bind an event
to a wx frame or control. You'll get more and better support on the
wxpython-user mailing list.

Stani

--
http://pythonide.stani.be




More information about the Python-list mailing list