[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] using urllib



can anyone recommend any strategies for using urllib for doing simple
pulling of information with pygame?

the urlopen and urlretrieve functions block, which is not ideal for
pygame apps.  how have people dealt with this, by starting a Thread?

If a Thread was used, how has the info been put back into the pygame
mainloop?  Can you put an event on the pygame event queue from the new
thread?

-sjbrown