我正在尝试为朋友制作一个小程序,它需要运行.wav文件 它在python中运行时工作正常但是当我在py2exe中编译它时它给了我 - >
phone.exe:23: RuntimeWarning: use mixer: DLL load failed: The specified module could not be found.
(ImportError: DLL load failed: The specified module could not be found.)
Traceback (most recent call last):
File "phone.py", line 23, in <module>
File "pygame\__init__.pyc", line 70, in __getattr__
NotImplementedError: mixer module not available
答案 0 :(得分:5)
pygame.mixer
依赖于libSDL_mixer。确保它可用。
答案 1 :(得分:0)
这可能会有所帮助:示例py2exe项目:http://www.pygame.org/wiki/Pygame2exe