Re: [Vnc2swf-users] navigation bar (java script) with pause button
Status: Alpha
Brought to you by:
euske
From: Ezequias R. da R. <eze...@re...> - 2005-08-25 19:59:47
|
[ezequias@dc ~]$ rpm -ql python | head /usr/bin/python /usr/bin/python2 /usr/bin/python2.4 /usr/lib/libpython2.4.so /usr/lib/libpython2.4.so.1.0 /usr/lib/python2.4 /usr/lib/python2.4/BaseHTTPServer.py /usr/lib/python2.4/BaseHTTPServer.pyc /usr/lib/python2.4/BaseHTTPServer.pyo /usr/lib/python2.4/Bastion.py [ezequias@dc ~]$ rpm -ql pygame | head /usr/include/python2.2/pygame/font.h /usr/include/python2.2/pygame/mixer.h /usr/include/python2.2/pygame/pygame.h /usr/lib/python2.2/site-packages/pygame/__init__.py /usr/lib/python2.2/site-packages/pygame/__init__.pyc /usr/lib/python2.2/site-packages/pygame/base.so /usr/lib/python2.2/site-packages/pygame/cdrom.so /usr/lib/python2.2/site-packages/pygame/color.py /usr/lib/python2.2/site-packages/pygame/color.pyc /usr/lib/python2.2/site-packages/pygame/colordict.py [ezequias@dc ~]$ I think you are going to the correct point now. Yusuke Shinyama wrote: >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]# >> >> > > > |