Doing network traffic in the 'background' from Tkinter app??

Andrew Markebo andrew.markebo at telelogic.se
Fri Oct 29 03:30:36 EDT 1999


I have a Tkinter application that I would like to be able to download
data from the internet.. possibly from more than one socket at a
time..

How do yo do this??

I have been experimenting with a module that on call checks the active
connectons (with select) and downloads data if there are any, and if
it is done calls a callback..

The check-function is called from Tkinter's after_idle.. but the
application freezes.. 

Any other hints??

        /andy


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including  Dedicated  Binaries Servers ==-----




More information about the Python-list mailing list