标签: python ioerror
我使用PyMad / PyAudio播放mp3文件。
当我使用非拉丁字符打开文件时,Python会引发以下错误:
IOError: Object must have a read method
就行:
self.mf = mad.MadFile(filename)
如果文件名包含非拉丁字符,通常会发生这种情况。