wxPython + Gevent example

Hi all,

Last week I was thinking about using wxPython with Gevent. After some
search in google I find a sample using pyQT + gevent. So I adapted it
to use wxPython. And here it is
https://github.com/tfmoraes/samples/blob/master/WX/wx_gevent.py .
Maybe it'll be useful to someone.

Thanks!

Awesome. The license?
At least put your name in it.

hello, thank you for sharing this. I've installed gevent on Windows
and tried your script with a text file as argument. When I update the
text file its content is mirrored in the wxFrame but the processor
core used by python is always at top speed rate: is this the expected
behaviour? In the past I tried wxpython+twisted and this didn't
happened

Marco

ยทยทยท

On 29 Nov 2011, 18:56, Thiago Franco Moraes <totonixs...@gmail.com> wrote:

Hi all,

Last week I was thinking about using wxPython withGevent. After some
search in google I find a sample using pyQT +gevent. So I adapted it
to use wxPython. And here it ishttps://github.com/tfmoraes/samples/blob/master/WX/wx_gevent.py.
Maybe it'll be useful to someone.

Thanks!