私は友人のために小さなプログラムを作成しようとしています.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