Re: [Vnc2swf-users] navigation bar (java script) with pause button
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-08-25 19:51:13
|
What does this show? $ rpm -ql python | head $ rpm -ql pygame | head Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > I try this too. See the resoults. > > [root@dc pyvnc2swf-0.6.4]# python > Python 2.4.1 (#1, May 16 2005, 15:19:29) > [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import pygame > Traceback (most recent call last): > File "<stdin>", line 1, in ? > ImportError: No module named pygame > >>> > [root@dc pyvnc2swf-0.6.4]# ls > crippled_des.py image.pyc movie.pyc play.py swf.py > crippled_des.pyc LICENCE.TXT mp3.py README.txt swf.pyc > edit.py Makefile mp3.pyc rfb.py vnc2swf.py > image.py movie.py output.py rfb.pyc > [root@dc pyvnc2swf-0.6.4]# python2.4 ./vnc2swf.py > Either Pygame or Python Imaging Library is required. > [root@dc pyvnc2swf-0.6.4]# |