[pygtk] Threading problem

2001-11-11 Thread Michael Gilfix
Hi all. I'm relatively new to GTK and have been encountering some issues with thread locking and further updating of the application. I'm developing a graphical FTP client and require that all receipt of FTP messages and all FTP requests run in separate threads so that the GTK mainloop can

Re: [pygtk] Threading problem

2001-11-11 Thread Skip Montanaro
Mike Hi all. I'm relatively new to GTK and have been encountering Mike some issues with thread locking and further updating of the Mike application. Whose threads are you using, Gtk's or Python's? Are you updating the display in more than one thread? Can you easily restructure