Re: Multiprocessing using python shows error “I/O operation on closed file”

2021-06-01 Thread Aurora Eugene
r(f) > > ls.append(col for row in reader for col in row) > > return ls > > > 2. > > file = open('CONFIG.csv') > reader = csv.reader(file) > > > return [col for row in reader for col in row] > > > On Tuesday, 1 June 2021, Auror

Multiprocessing using python shows error “I/O operation on closed file”

2021-06-01 Thread Aurora Eugene
Hi All, I Am new to concepts of programming, just started learning with Python. Started writing a program for multiprocessing using Python . The program is to print contents of CSV file parallel. CSV file contains : folder path, EXTENSION for example C:\users , .CSV C:\Windows, .PDF etc so,

Data getting printed in Network Response and not in HTML table in Django

2021-03-30 Thread Aurora Eugene
Hi , i am struggling with a problem for the past 2 weeks , can anyone help me with this question Stack Question Please Help , all details are there in this question Thanks , Aurora -- You received this message because you are subscribed to