Re: [Python-Dev] Save file by using file() function and fileDialog()

2008-10-30 Thread Amaury Forgeot d'Arc
Hello, On Thu, Oct 30, 2008 at 07:35, Sonia <[EMAIL PROTECTED]> wrote: > > I m using fileDialog(self, message, path, filename, filter, > aStyle(opotional)) to save the file. > In my code, i used fileDialog to show save dialog box and when we click on > save button, it should save that file which i

[Python-Dev] Save file by using file() function and fileDialog()

2008-10-29 Thread Sonia
I m using fileDialog(self, message, path, filename, filter, aStyle(opotional)) to save the file. In my code, i used fileDialog to show save dialog box and when we click on save button, it should save that file which is of txt type (filter = '*.txt'). But when we click on save button it retur