Re: opening files with names in non-english characters.

2009-02-24 Thread Gabriel Genellina
En Tue, 24 Feb 2009 01:29:07 -0200, venutaurus...@gmail.com escribió: First of all thanks for your response. I've written a function as shown below to recurse a directory and return a file based on the value of n. I am calling this fucntion from my main code to catch that filename. Th

Re: opening files with names in non-english characters.

2009-02-23 Thread venutaurus...@gmail.com
On Feb 24, 8:29 am, "venutaurus...@gmail.com" wrote: > On Feb 23, 11:02 pm, Chris Rebert wrote: > > > > > On Mon, Feb 23, 2009 at 5:51 AM, venutaurus...@gmail.com > > > wrote: > > > Hi all, > > >          I am trying to find the attributes of afile whose name has > > > non english characters one

Re: opening files with names in non-english characters.

2009-02-23 Thread venutaurus...@gmail.com
On Feb 23, 11:02 pm, Chris Rebert wrote: > On Mon, Feb 23, 2009 at 5:51 AM, venutaurus...@gmail.com > > wrote: > > Hi all, > >          I am trying to find the attributes of afile whose name has > > non english characters one like given below. When I try to run my > > python scirpt, it fails givi

Re: opening files with names in non-english characters.

2009-02-23 Thread Chris Rebert
On Mon, Feb 23, 2009 at 5:51 AM, venutaurus...@gmail.com wrote: > Hi all, > I am trying to find the attributes of afile whose name has > non english characters one like given below. When I try to run my > python scirpt, it fails giving out an error filename must be in string > or UNICODE.

opening files with names in non-english characters.

2009-02-23 Thread venutaurus...@gmail.com
Hi all, I am trying to find the attributes of afile whose name has non english characters one like given below. When I try to run my python scirpt, it fails giving out an error filename must be in string or UNICODE. When i try to copy the name of the file as a strinig, it (KOMODO IDE) is