Re: Event-Driven Woes: making wxPython and Twisted work together

2004-12-30 Thread matiu
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

Re: what would you like to see in a 2nd edition Nutshell?

2004-12-30 Thread matiu
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