Re: [Vnc2swf-users] Problem with OSX 10.4
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-10-31 04:01:36
|
Carlo, It looks like you've installed a wrong version of Pygame, but not sure. Type the following and tell me what happens. If you get an ImportError, you probably did not install the package correctly. $ /Applications/pyvnc2swf-0.7.0/vnc2swf.py >>> import pygame >>> pygame.vernum Thanks Yusuke Carlo Gandolfi <ga...@sk...> wrote: > I've installed pygame-1.7.0-py2.3-macosx10.3.zip and > PIL-1.1.5-py2.3-macosx10.3.zip from http://pythonmac.org/packages/ then I > symlink both from /Library/Python/2.3/ to > /System/Library/Frameworks/Python.framework/Versions/2.3/Extras/lib/python. > > When I run pyvnc2swf.py I get this error: > $ /Applications/pyvnc2swf-0.7.0/vnc2swf.py -o out.swf localhost:6 > Using pygame 1.7.0 > /Applications/pyvnc2swf-0.7.0/image.py:44: RuntimeWarning: tp_compare > didn't return -1 or -2 for exception > assert (1,6) <= pygame.vernum, 'we need pygame 1.6 or newer.' > Either Pygame or Python Imaging Library is required. > > How can I solve it? > Thanks in advance, C. |