Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63604 > unrolled thread

Re: Re : Python GTK GUI struck when process is going on.

Started byMRAB <python@mrabarnett.plus.com>
First post2014-01-09 15:15 +0000
Last post2014-01-09 15:15 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Re : Python GTK GUI struck when process is going on. MRAB <python@mrabarnett.plus.com> - 2014-01-09 15:15 +0000

#63604 — Re: Re : Python GTK GUI struck when process is going on.

FromMRAB <python@mrabarnett.plus.com>
Date2014-01-09 15:15 +0000
SubjectRe: Re : Python GTK GUI struck when process is going on.
Message-ID<mailman.5261.1389280508.18130.python-list@python.org>
On 2014-01-09 11:53, Prapulla Kumar wrote:
> Hi all,
> I'm using python gtk to upload file to S3 service by boto API ,
> GUI struck when uploading file and releases the GUI after completed download
> I'm using thread to show progress of upload in GUI but it struck.
> Can you some suggestion how to show progress of upload in GUI or any
> spinner until upload finish
>
You say that you're using a thread to show the progress. Does that mean
that you're doing the uploading in the main thread?

If yes, then that's the wrong way round. It's the uploading that needs
to be done in the background thread.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web