View Single Post
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#484
Never have used pygame, but a simple statement l like:

Code:
try:
   import pygame
except RuntimeWarning:
   pass
should at least kill the traceback.

Edit: I just tried that and it doesn't work (that'll teach me to post code before testing it! ).
__________________
-Brent

Author of TouchSearch -- web searching software for Maemo 5.

Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900

Last edited by BrentDC; 2009-05-03 at 16:43.