PyGame MINI2440

bullt1980
Dear all,

I have the MINI2440 and I'm using the PTXDIST for Kernel and buildroot for
RootFS.

I have the Python with PyGame but when I run a program show an error:

                                                                  
#python a.py
                                             
  File "a.py", line 5, in <module>                                         
    
    DISPLAYSURF = pygame.display.set_mode((240, 320), 0, 32)               
    
pygame.error: Unable to open a console terminal                            
    
#

Could somebody tell me what I can do?

Juergen Beisert
Enable the console support in the kernel if you really need it. You already
have an email how to do so. ;)