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 16:40:24
|
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 ~]$ > |