我試圖做一個小節目的朋友,它需要運行一個.wav文件 它工作得很好,當我在python運行它,但是當我在py2exe編譯它,它給了我這個 - >Pygame.mixer模塊缺失?
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
也許你應該將代碼複製到你的答案中。 – sloth