[python-win32] PythonWin - crash

Tony Cappellini tony@tcapp.com
Sat, 07 Dec 2002 00:27:02 -0800


After opening and reading a 69KB text file into a list, PythonWin crashed 
when I tried to display list, as in

L1=[]
input = open('myfile.txt')
L1= input.readlines()
L1

crashed here

I'm running PythonWin build 148, on Windows 2000, SP3.

I entered the same code into IPython (another Python IDE), and was able to 
see the entire list.

Has anyone else seen this problem- or does anyone know if it's been fixed ?

thanks

Tony