alan> I'm developing a Python extension. It's a wrapper for some
alan> firmware, and simulates the target hardware environment. I'm using
alan> wxPython. I pass a function to the extension so it can let Python
alan> know about certain events. The code is currently single threaded.
I'm developing a Python extension. It's a wrapper for some firmware,
and simulates the target hardware environment. I'm using wxPython. I
pass a function to the extension so it can let Python know about
certain events.
The code is currently single threaded.
My problem is that the callback seems to