From: Kevin A. <al...@se...> - 2001-09-16 22:16:26
|
I don't know why you are having problems with tkinter and threads. Do the wcgui.py and wsgui.py programs in the the python21\Tools\webchecker directory run correctly? The wxPython demo.py program has a threads example. I've asked Robin to help do the conversion of the webchecker tkinter programs for wxPython as examples of doing threading with wxPython, which will also work with PythonCard, but he's been too busy to work on it. There will probably be some parts of the PythonCard framework that are threaded, but given the additional complexities that threading will add, I doubt we'll use threading that much. It is more likely that we'll provide some examples of using a timer or idle loop or yield operation for the user code to do longer operations. I just don't know right now. We haven't gotten into app to app communication at all yet, so again I don't know the answer. I still want to wrap up most of the basic GUI issues, then work on data storage for user data and meta data before looking at remote and local app communication. Anyone else that would like to address communication issues now by writing some modules and experiments is welcome to. ka > -----Original Message----- > From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Roman > Suzi > Sent: Sunday, September 16, 2001 1:47 PM > To: pyt...@li... > Subject: [Pythoncard-users] threads & PythonCard > > > I've just understood that Tkinter and threads aren't compatible > under Windows. Is wxPython compatible with threads? > Will PythonCard apps be multithreaded? > What will be the way to interprocesscommunications for > PythonCard? > > Sincerely yours, Roman Suzi > -- > _/ Russia _/ Karelia _/ Petrozavodsk _/ rn...@on... _/ > _/ Sunday, September 16, 2001 _/ Powered by Linux RedHat 6.2 _/ > _/ "Phobia: what's left after drinking 2 out of a 6 pack" _/ > > > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |