私は python 2.5 と pygame でゲームを作っています。
が、完全にメイクできません。このエラーが発生したためです。
C:\Python26\TypeType\src\dist\Main.exe:8: RuntimeWarning: use font: MemoryLoadLibrary failed loading pygame\font.pyd
Traceback (most recent call last):
File "Main.py", line 8, in <module>
File "pygame\__init__.pyo", line 70, in __getattr__
NotImplementedError: font module not available
Traceback (most recent call last):
File "Main.py", line 8, in <module>
File "pygame\sysfont.pyo", line 253, in SysFont
RuntimeError: default font not found 'freesansbold.ttf'
おそらくsysfontというオブジェクトを使っていたからだと思います。(実行ファイルにsysfontを使わないプログラムがあり、PythonがインストールされていないPCでも起動できたので) どうしたの?すいません初心者です。
編集 Python2.5\Lib\site-packages\pygame\freesansbold.ttf を見つけることができます
しかし、同じエラーが発生しました.. freesansbold.ttf をどこにコピーすればよいですか