Re: [viff-devel] GUI programming for Python/VIFF

2009-02-26 Thread Martin Geisler
Håvard Vegge writes: > I don't know what you mean with the issue "synchronization of program > counters", but as far as my simple GUI application goes, it just > works. At least for now... Great! Tomas is currently lying at the beach in Barbados[1]..., but when he get's back I hope he will share

Re: [viff-devel] GUI programming for Python/VIFF

2009-02-26 Thread Håvard Vegge
Martin Geisler wrote: I would go for PyGTK, which has a Twisted integration available: http://twistedmatrix.com/projects/core/documentation/howto/choosing-reactor.html#auto11 This is important in order to be able to run both the network and graphical event loops. (...) I talked about this