[Tutor] interpreter restarts

Alan Gauld alan.gauld at btinternet.com
Fri Jul 13 20:38:53 CEST 2007


"elis aeris" <hunter92383 at gmail.com> wrote

> why deos the interpreter restarts with this?

Which interpreter?
Command prompt python? IDLE? PythonWin? 
PyCrust?

And are you running them line by line manually 
or is the code in a file?

> f = open("data.ini","w")
> 
> f.write("yeahppe")
> 
> f.close()

Works OK for me in PyCrust and the vanilla interpreter.

Alan G.



More information about the Tutor mailing list