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:34:38
|
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]# Yusuke Shinyama wrote: >Ezequias, > >Please type the following and see what happens: > > $ python > >>> import pygame > >If you get "ImportError: No module named pygame", that python does >not recognize the module. It occurs when there're multiple python >interpreters, and you happened to run the one which does not see >the module. The solution would be either to delete another >python, or tell them to use the alternative specifically. > >Perhaps you can do this as follows: > > $ python2.4 ./vnc2swf.py > >(I think I gave this advice to someone else recetnly... this should be on FAQ.) > >Yusuke > >Ezequias Rodrigues da Rocha <eze...@re...> wrote: > > >>Both are installed. >> >>See below: >>[ezequias@dc ~]$ rpm -q python >>python-2.4.1-2 >>[ezequias@dc ~]$ rpm -q pygame >>pygame-1.6-1_2.rhfc1.at >>[ezequias@dc ~]$ >> >> >> > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |