Re: Problem with os.system()

2009-02-24 Thread venutaurus...@gmail.com
On Feb 25, 9:55 am, Christian Heimes wrote: > venutaurus...@gmail.com schrieb: > > > Hello, > >          I am facing problems while using os.system() of python for > > copying a file from source to destination where the file name is in > > unicode (multi lingual characters).My python interpreter i

Re: Problem with os.system()

2009-02-24 Thread Christian Heimes
venutaurus...@gmail.com schrieb: > Hello, > I am facing problems while using os.system() of python for > copying a file from source to destination where the file name is in > unicode (multi lingual characters).My python interpreter is trying to > convert them to ascii and is failing. I tri