[Twisted-Python] Can I connect multiple class instances to 1 Twisted factory?

Kaleb Brasee qpalzm at alltel.net
Thu Apr 1 05:52:33 MST 2004


Is this even possible?  I'm designing a simple chat and game client/server as an intro to Python, and it would be nice to represent the different interfaces (public chat room, private chat rooms, game instances) as totally seperate classes and show them in totally seperate windows.

Given my basic understanding of Twisted, I see no way of doing this, and my whole GUI is contained in one class.  The project is doable this way, it would just be much better with multiple class and multiple window seperation.

I am using Tkinter to design my GUIs, using the specialized Twisted support code to setup the reactor.

If anyone can give me any direction, I would appreciate it very much.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20040401/62edf598/attachment.html>


More information about the Twisted-Python mailing list