Re: progress bar

2015-02-25 Thread Denis McMahon
On Tue, 24 Feb 2015 23:42:42 -0800, Swapnil Pande wrote: > i want to call another tkinter window after completing the progress bar > an n e one help me Try shouting "Oi, Window!" Or show us the code that isn't working (just the bit that isn't working) and explain what it should be doing and wha

Re: progress bar

2015-02-25 Thread Steven D'Aprano
Swapnil Pande wrote: > i want to call another tkinter window after completing the progress bar > an n e one help me What does "call another tkinter window" mean? I understand "call another function", but how do you call a window? Perhaps it will help if you show us some code. -- Steven --

Re: Progress bar in web-based ftp?

2006-05-09 Thread Larry Bates
CatDude wrote: > I've got an application that prompts the user to select a file from his > local computer, checks the user's selection, then sends the file via > enctype="multipart/form-data"> > > In the python code that receives the files I've got a section that does > the following: > >

Re: Progress Bar with urllib2

2005-04-26 Thread John A Ferguson
On Tue, 26 Apr 2005 20:28:43 GMT, Andrew Godwin wrote: > I'm trying to write a python script to download data (well, files) from a > HTTP server (well, a PHP script spitting them out, at least). > The file data is just the returned data from the request (the server script > echoes the file and t

Re: Progress Bar with urllib2

2005-04-26 Thread Trent Mick
> But some of these files are going to be really, really big, and I want > to get a progress bar going. I've tried doing a while loop like this: Here is a little snippet that I use occassionally: -- geturl.py --- import os import sys import urllib def _re