Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63594
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.news.ox.ac.uk!news.ox.ac.uk!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <prapulla447@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'kumar': 0.09; 'subject:process': 0.09; 'api': 0.11; 'python': 0.11; 'gui': 0.12; 'thread': 0.14; 'struck': 0.16; 'subject:GUI': 0.16; 'subject:when': 0.16; 'uploading': 0.16; 'all,': 0.19; 'subject: : ': 0.26; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'file': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'completed': 0.61; 'show': 0.63; 'finish': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=I5eqe3Xe+eKmkakK5vzw1KMt0Q5Qcuy6CdW6fPGLsn0=; b=gt+Rt6qJXOnNZ9WIpO2/7Vi+RHcddE7DvUPVAT5+LtN48MgoZCFdV1j+Xocy74Azik 9YMXpt0qPILnA8cy2nTzx0zksBKF1ZIvaZrs4vwW0HxpxwYJalht02V8uRUTPqQqhshJ oNJjgk6PYfLziyzk5Dd5PPMPGvVTuNqqehg+14Ohpvr2U9g5u0/CK/5VoRkMnq317XVW c+qBw328wGupcFP+h+E9YXYX6BRtfOt1pu5oYcGFgYYJpFV/9UFSBrqRxp9ljJ0i0ARC 87XhmbtAfm/tV1pm3zZyKCRCck5MM7DQTt/4DdLUt4Jm5nuA30xwN+lKEzsuOSv+5gHc e80g== |
| MIME-Version | 1.0 |
| X-Received | by 10.14.0.201 with SMTP id 49mr2975161eeb.38.1389268417729; Thu, 09 Jan 2014 03:53:37 -0800 (PST) |
| Date | Thu, 9 Jan 2014 17:23:37 +0530 |
| Subject | Re : Python GTK GUI struck when process is going on. |
| From | Prapulla Kumar <prapulla447@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=047d7b66f68f89589104ef8842a0 |
| X-Mailman-Approved-At | Thu, 09 Jan 2014 12:57:42 +0100 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5255.1389268663.18130.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389268663 news.xs4all.nl 2853 [2001:888:2000:d::a6]:47896 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63594 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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 With Regards Prapulla Kumar R
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re : Python GTK GUI struck when process is going on. Prapulla Kumar <prapulla447@gmail.com> - 2014-01-09 17:23 +0530
csiph-web