Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mp3ファイルの再生にはPyMad/PyAudioを使用しています。
ラテン文字以外の文字を含むファイルを開くと、Pythonで次のエラーが発生します。
IOError: Object must have a read method
ライン上:
self.mf = mad.MadFile(filename)
通常、これはファイル名に非ラテン文字が含まれている場合に発生します。