Re: python scikits.audiolab Sndfile special chars in file name

2014-08-19 Thread Furqan wasi
v -> System error : The system cannot find the path specified. *so what you think , what i should do is it possible to tackle to problem ?* On Tue, Aug 19, 2014 at 6:21 PM, MRAB wrote: > > On 2014-08-19 13:14, Furqan wasi wrote: > >> >> Getting this >> >> file

Re: python scikits.audiolab Sndfile special chars in file name

2014-08-19 Thread Furqan wasi
Getting this file = ur"C:\Users\Furqan\Desktop\查找問題Reference\1.wav" SyntaxError: (unicode error) 'rawunicodeescape' codec can't decode bytes in position 2-3: truncated \u On Tue, Aug 19, 2014 at 4:05 PM, MRAB wrote: > On 2014-08-19 09:05, Furqan wasi

Re: python scikits.audiolab Sndfile special chars in file name

2014-08-19 Thread Furqan wasi
need more information about this ticket *Thanks * On Tue, Aug 19, 2014 at 12:55 PM, Mark Lawrence wrote: > On 19/08/2014 02:42, Chris Angelico wrote: > >> On Tue, Aug 19, 2014 at 1:34 AM, Furqan wasi >> wrote: >> >>> except: >>> print('Simple d

Re: python scikits.audiolab Sndfile special chars in file name

2014-08-19 Thread Furqan wasi
odeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 24: ordinal not in range(128) so far what i am getting that the Sndfile or libsndfile library dose not support file name which has special character in its name , so i am a bit stuck with this *Thanks * On Tue, Aug 19,

python scikits.audiolab Sndfile special chars in file name

2014-08-18 Thread Furqan wasi
#x27;r') print(track_one_file_obj) except: print('encode didnt work') pass try: track_one_file_obj = Sndfile(track1.decode('utf-8'), 'r') print(track_one_file_obj) except: print('decode didnt work') pass -- *Best Regards* Furqan Wasi *AVPreserve * -- https://mail.python.org/mailman/listinfo/python-list