Re: [Tkinter-discuss] Help needed

2019-07-30 Thread Balasubramani K
in pycharm or cmd prompt in windows ...etc Thanks Bala On Tue, Jul 30, 2019 at 3:06 PM Michael Lange wrote: > Hi, > > On Mon, 29 Jul 2019 15:26:30 +0530 > Balasubramani K wrote: > > > Hi , > > I'm using following modules in python 3: > > import requests > &

[Tkinter-discuss] Help needed

2019-07-29 Thread Balasubramani K
Hi , I'm using following modules in python 3: import requests import os from tqdm import tqdm a piece of code from my script, requests.get(url, stream=True,allow_redirects=True) total_size = int(r.headers['content-length']) with open(SaveLocation + SaveFilename, 'wb') as f: for data in