Re: [Vnc2swf-users] navigation bar (java script) with pause button
Status: Alpha
Brought to you by:
euske
From: MF <mag...@gm...> - 2005-08-24 20:44:46
|
Ezequias Rodrigues da Rocha wrote: > Here on fedora core 4 the erros is the same as new version. > > see below: > [root@dc pyvnc2swf-0.5]# ./vnc2swf.py > Either Pygame or Python Imaging Library is required. > [root@dc pyvnc2swf-0.5]# > > I would really like to know what is happening. > > Sincerely > Ezequias Well, it's pretty clear in the error message... > Either Pygame or Python Imaging Library is required. Did you read the docs ? The README.TXT says: Prerequisites: * Python-2.3 or newer (www.python.org) * Pygame-1.6 or newer (www.pygame.org) Check to see if you have those two installed. I think Python was already installed on my system as a dependency from OpenOffice.org for me. I use apt-get / synaptic under Ubuntu (which is Debian-based), for a guide to using synaptic under Fedora, see: http://tinyurl.com/8vs6y If you already have apt-get installed, simply use this from command line: sudo apt-get python pygame python-pygame I used keyword search in synaptic to verify /install the packages, but you can use command line too. Actually only Python was initially needed to create files in my case, PyGame was only needed to playback the files. Good luck, F. |