我使用python 2.5和pygame製作遊戲。無法使用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啓動) 有什麼問題。 抱歉,我是begginer。
編輯 我能找到的python2.5 \ LIB \站點包\ pygame的\ freesansbold.ttf
但同樣的錯誤發生.. 我可以在哪裏複製freesansbold.ttf
不錯!我來試試 – freddiefujiwara 2009-05-22 01:55:28