Josselin Mouette wrote:
Le jeudi 24 mai 2007 à 22:24 -0700, Russell Sears a écrit :
I'm still getting the error, with exactly the same symptoms.
I'm running solarwolf 1.5-2 and have ttf-bitstream-vera 1.10-7 and
ttf-dejavu 2.15-1.
I haven't noticed any other font problems on this system since I filed
the bug. I wonder why it says it can't read the "font filename", and
not the "font".
Is the following file correctly available on your system?
/usr/lib/python2.4/site-packages/pygame/freesansbold.ttf
It is a symlink to:
/usr/share/pycentral/python-pygame/site-packages/pygame/freesansbold.ttf
My normal user account can open it with gnome-font-viewer. It looks
like the font that solarwolf is using to display its error messages.
Also, maybe by any chance you have another pygame instance somewhere.
What happens if you run python, then type:
import pygame
print pygame.ver
$ python
Python 2.4.4 (#2, Apr 5 2007, 20:11:18)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>> print pygame.ver
1.7.1release
>>>
# find / -name *pygame
/usr/share/doc/python-pygame
/usr/share/pycentral/python-pygame
/usr/share/pycentral/python-pygame/site-packages/pygame
/usr/lib/python2.4/site-packages/pygame
/usr/include/python2.4/pygame
-Rusty