Duplicate widget with threads

2008-06-07 Thread Andrew Burton
hread ( threading.Thread ): def run (self): root = Tk() app = App(root) root.mainloop() class CpThread ( threading.Thread ): def run (self): cherrypy.root = HelloWorld() cherrypy.server.start() CpThread().start() TkThread().start() --- STOP CODE

Python-2.5.exe?

2006-11-15 Thread Andrew Burton
alled so as not to touch the registry, to make them portable? -- Andrew Burton [EMAIL PROTECTED] http://utilitarian.us - A Guide to Esoteric Technology in Paragon City http://jarodrussell.livejournal.com/ - Take a guess. ;) -- http://mail.python.org/mailman/listinfo/python-list