Reputation: 25452
Am wondering does twisted framework work well with wxPython GUI framework. From the docs its seems like twisted does not support wxPython well. The example given seems to be a bit shy on the details.
If not, what is the best way of using twisted with wxPython?
Which other non-blocking event-driven networking framework can i use with wxPython?
Thanks
Gath
Upvotes: 1
Views: 788
Reputation: 9
I'm using wxPython with Twisted on Linux, Mac and Windows without any crazy things happening.
Upvotes: 1
Reputation: 33071
Twisted works with wxPython. I see a couple questions about that from time to time on the wxPython mailing list. Here are some links you might find helpful:
Upvotes: 4