Event-Driven Woes: making wxPython and Twisted work together
From: Daniel Bickett (dbickett_at_gmail.com)
Date: 12/30/04
- Next message: Reinhold Birkenfeld: "Re: Why tuples use parentheses ()'s instead of something else like <>'s?"
- Previous message: M.E.Farmer: "Re: need some help with threading module..."
- Next in thread: matiu: "Re: Event-Driven Woes: making wxPython and Twisted work together"
- Reply: matiu: "Re: Event-Driven Woes: making wxPython and Twisted work together"
- Reply: David Bolen: "Re: Event-Driven Woes: making wxPython and Twisted work together"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Dec 2004 13:31:29 -0500 To: python-list@python.org
Hello,
I am writing an application using two event-driven libraries:
wxPython, and twisted. The first problem I encountered in the program
is the confliction between the two all-consuming methods of the two
libraries: app.MainLoop, and reactor.run. Additionally, the fact that
wxPython was to receive requests from the twisted framework as well as
the end user seemed to be simply asking for trouble.
My initial solution was, naturally, the wxPython support inside of the
twisted framework. However, it has been documented by the author that
the support is unstable at this time, and should not be used in
full-scale applications. I instinctively turned to threading, however
on top of the trouble that this has caused on its own, it has
repeatedly been suggested by the twisted IRC channel not to do this.
After much dwelling on the issue, I have resolved to turn to c.l.py,
to see if anyone had a solution to this problem.
Any help would be very much appreciated,
Daniel Bickett
- Next message: Reinhold Birkenfeld: "Re: Why tuples use parentheses ()'s instead of something else like <>'s?"
- Previous message: M.E.Farmer: "Re: need some help with threading module..."
- Next in thread: matiu: "Re: Event-Driven Woes: making wxPython and Twisted work together"
- Reply: matiu: "Re: Event-Driven Woes: making wxPython and Twisted work together"
- Reply: David Bolen: "Re: Event-Driven Woes: making wxPython and Twisted work together"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]