<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Is this even possible?&nbsp; 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.<BR><BR>Given 
my basic understanding of Twisted, I see no way of doing this, and my 
whole&nbsp;GUI is contained in one class.&nbsp; The project is doable this way, 
it would just be much better with multiple class and multiple window 
seperation.</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>I am using 
Tkinter to design my GUIs,&nbsp;using the specialized Twisted support code to 
setup the reactor.</FONT><BR></FONT><BR>If anyone can give me any direction, I 
would appreciate it very much.<BR><BR>Thanks</DIV></BODY></HTML>