PyMad IOError(当我打开没有拉丁字符的文件时)

时间:2012-08-25 15:37:07

标签: python ioerror

我使用PyMad / PyAudio播放mp3文件。

当我使用非拉丁字符打开文件时,Python会引发以下错误:

IOError: Object must have a read method

就行:

self.mf = mad.MadFile(filename)

如果文件名包含非拉丁字符,通常会发生这种情况。

0 个答案:

没有答案