Re: open("output/mainwindow.h",'w') doesn't create a folder for me

2007-05-02 Thread noagbodjivictor
On May 2, 10:06 am, Michael Hoffman <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hello > > I have done python for some time now. I'm forgetting things. > > > This is the faulty line : outfile = open("output/mainwindow.h",'w') > > > I thought it would have created the folder ouput and t

Re: open("output/mainwindow.h",'w') doesn't create a folder for me

2007-05-02 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: > Hello > I have done python for some time now. I'm forgetting things. > > This is the faulty line : outfile = open("output/mainwindow.h",'w') > > I thought it would have created the folder ouput and the file > mainwindow.h for me but it's throwing an error No, you have

open("output/mainwindow.h",'w') doesn't create a folder for me

2007-05-02 Thread noagbodjivictor
Hello I have done python for some time now. I'm forgetting things. This is the faulty line : outfile = open("output/mainwindow.h",'w') I thought it would have created the folder ouput and the file mainwindow.h for me but it's throwing an error -- http://mail.python.org/mailman/listinfo/python-l