[pygame] [BUG] pygame-ctypes - default font missing
by Phil Hassey other posts by this author
Aug 21 2006 6:56AM messages near this date
Re: [pygame] [BUG] pygame-ctypes -- some palette issues...
|
[pygame] [BUG] pygame-ctypes -- various blitting issues?
Hey,
Looks like no default font got installed...
File "/home/phil/code/tronbot/view.py", line 107, in stats_paint
fnt = pygame.font.Font(None,h)
File "/usr/lib/python2.4/site-packages/pygame/font.py", line 125, in __init__
file = pygame.pkgdata.getResource(_font_defaultname)
File "/usr/lib/python2.4/site-packages/pygame/pkgdata.py", line 66, in getResource
return file(os.path.normpath(path), 'rb')
IOError: [Errno 2] No such file or directory: '/usr/lib/python2.4/site-packages/pygame/free
sansbold.ttf'
Phil
---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.
|