Nokia-N800-23-14:/home/user/MyDocs/nrace01# python nrace.py
nrace.py:5: RuntimeWarning: import cdrom: No module named cdrom
from pygame import *
nrace.py:5: RuntimeWarning: import joystick: No module named joystick
from pygame import *
/home/user/MyDocs/nrace01/ci_init.py:107: RuntimeWarning: use font: libSDL_ttf-2
.0.so.0: cannot open shared object file: No such file or directory
font=pygame.font.Font(path+"nosnb.ttf",43) #Boldish font for the a
larm
Traceback (most recent call last):
File "nrace.py", line 6, in <module>
import ci_init as ci
File "/home/user/MyDocs/nrace01/ci_init.py", line 107, in <module>
font=pygame.font.Font(path+"nosnb.ttf",43) #Boldish font for the
alarm
File "debian/python2.5-pygame/usr/lib/python2.5/site-packages/pygame/__init__.
py", line 52, in __getattr__
NotImplementedError: font module not available
| The Following User Says Thank You to ericdkirk For This Useful Post: | ||
/home/user/MyDocs/nrace01/

----NotImplementedError: font module not available----
python >>>import pygame.font
>>>import pygame.event
>>> import pygame.IHATEPYGAME
File "<stdin>", line 1, in <module> ImportError: No module named IHATEPYGAME