View Single Post
ericdkirk's Avatar
Posts: 232 | Thanked: 45 times | Joined on Jul 2007 @ Tennessee, US
#11
Same here, I am sad to say the neither of your scripts would run on my N800 it was mad about some font. Thanks for the effort though.

Code:
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: