"elis aeris" <[EMAIL PROTECTED]> 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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to