Not Responding When Dealing with Large Data

cutey Love cuteywithlove at gmail.com
Wed Jun 18 18:32:28 EDT 2014


Hi, thanks for the replies,

I mean windows displays "Not responding close the program now" 

How can I do it asynconistrically?

It's simple code just open file, loop through line by line and do some comparons with the string.

On Wednesday, June 18, 2014 6:20:13 PM UTC+1, cutey Love wrote:
> I'm trying to read in 100000 lines of text, use some functions to edit them and then return a new list.
> 
> 
> 
> The problem is my program always goes not responding when the amount of lines are a high number.
> 
> 
> 
> I don't care how long the program takes to work, just need it to stop crashing?




More information about the Python-list mailing list