Hi Daniel,
I went down that road for a long time. I made a recipe to help people
out:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286201
Don't be intimidated by the size, that's a whole demo app complete with
gui. It works quite well. It uses two threads, wx runs in the main
thread a
I enjoyed the first edition.
Please include:
vpython.org, twisted and pygame
and if you'll consider a gui toolkit do pygtk, we use it to develop and
deploy on both windows and linux, with glade gui designer and libglade
(loads the glade xml files in runtime). It's much easier to use than wx
and