unbuffered output?

[repost -- first one failed]

Hello-

I have written a small wxPython application which is a media file
uploader to be used with a custom CSM/DAM we use here at UT Austin.
It uses httplib to "POST" a file to the CMS. The whole thing works
properly, except for the output. I am writing the output to a text
control, and nothing gets written until all of the files have uploaded
(perhaps output is buffered). I would like to have the output display
incrementally in real time. If I simply "print" the output, I see the
proper incremental output on the command line from which I launched
the app, but I cannot get that to work in a text control.

thanks-
Peter Keane