unicode in error messages

This commit is contained in:
Damien Elmes 2010-07-26 20:59:56 +09:00
parent 55194f8aa7
commit ecb6dbe69a

View file

@ -258,7 +258,7 @@ Error processing audio.
If you're on Linux and don't have sox 14.1+, you If you're on Linux and don't have sox 14.1+, you
need to disable normalization. See the wiki. need to disable normalization. See the wiki.
Command was:\n""") + " ".join(c)) Command was:\n""") + u" ".join(c))
class PyAudioThreadedRecorder(threading.Thread): class PyAudioThreadedRecorder(threading.Thread):