[Tutor] Re: [Tutor] sorting a 'large' datafile

Magnus Lycka magnus@thinkware.se
Mon Jul 28 15:38:01 2003


-----Ursprungligt meddelande-----
Från: Wilhelmsen Jan <Jan.Wilhelmsen@bilia.no>
Skickat: 2003-07-22  15:59:59
Till: 'tutor@python.org'
Ämne: [Tutor] sorting a 'large' datafile

> I tried to read in all the lines but everything crashes when I do.

There is no reason that reading a file of that size should
cause a crash. What kind of error do you get?

Make sure that you run your program from a command prompt or
from within an IDE (PythonWin or IDLE etc) so that you get to
see tracebacks if you get a Python exception.

If you just double-click on a .py-file and the program exits
with an error, you won't see what happened...

-- 
Magnus Lycka, Thinkware AB
Alvans vag 99, SE-907 50 UMEA, SWEDEN
phone: int+46 70 582 80 65, fax: int+46 70 612 80 65
http://www.thinkware.se/  mailto:magnus@thinkware.se