Re: Chinese character error

2008-02-13 Thread John Deas
On Feb 11, 6:51 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Have you any idea why this is not working on my computer ? > > Can you please try the listdir operation with the Python distribution > from python.org instead ofCygwinPython? > > Regards, > Martin it works. Thanks. -- http://mai

Re: Chinese character error

2008-02-10 Thread Martin v. Löwis
> Have you any idea why this is not working on my computer ? Can you please try the listdir operation with the Python distribution from python.org instead of Cygwin Python? Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Chinese character error

2008-02-10 Thread John Deas
On Feb 9, 3:00 am, "Mark Tolonen" <[EMAIL PROTECTED]> wrote: > "Chris" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > > > On Feb 8, 11:29 am, John Deas <[EMAIL PROTECTED]> wrote: > >> Hi, > > >> I made a small script to recursively copy files from a directory tree > >> to an

Re: Chinese character error

2008-02-08 Thread Mark Tolonen
"Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Feb 8, 11:29 am, John Deas <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I made a small script to recursively copy files from a directory tree >> to an exportDir only if they have an mp3 extension : >> >> a=os.walk(os.getcwd()) >>

Re: Chinese character error

2008-02-08 Thread Chris
On Feb 8, 11:29 am, John Deas <[EMAIL PROTECTED]> wrote: > Hi, > > I made a small script to recursively copy files from a directory tree > to an exportDir only if they have an mp3 extension : > > a=os.walk(os.getcwd()) > for root, dirs, files in a: > for currFile in files: >

Chinese character error

2008-02-08 Thread John Deas
Hi, I made a small script to recursively copy files from a directory tree to an exportDir only if they have an mp3 extension : a=os.walk(os.getcwd()) for root, dirs, files in a: for currFile in files: pathCurrFile=os.path.join(root, currFile) if mp3Reg.sear