Hello All,
I recently wrote about a need for automated testing and asked how to generate events. I quickly
received helpful advice, thanks!
However, when I tried creating an event like this:
myWindow.GetEventHandler().AddPendingEvent(wxEvent())
- I got an AttributeError for AddPendingEvent. After carefully examining some online references,
my problem became even more mysterious. I also tried:
myWindow.AddPendingEvent(wxEvent())
- with the same results. I even searched through the wxWindows library's python source to find out
that there was no mention of an AddPendingEvent method in class wxEvtHandlerPtr in windows.py!!!
Has anyone had a similar problem? Here's the specifics of my platform:
I'm using Debian GNU/Linux Potato.
python-wxwin is Version: 2.1.11-2
The python interpreters startup message looks like this:
1.5.2 (#0, Apr 3 2000, 14:46:48) [GCC 2.95.2 20000313 (Debian GNU/Linux)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
Thanks for the help,
Nathan