From: Yusuke S. <yu...@cs...> - 2005-08-25 20:31:59
|
Aha! I got it. The pygame package you installed is for Python version 2.2. Unfortunately vnc2swf does not run on Python 2.2, so please install another pygame for the newer version of python. Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > [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. > |