[Vnc2swf-users] Problem with OSX 10.4
Status: Alpha
Brought to you by:
euske
From: Carlo G. <ga...@sk...> - 2005-10-27 06:24:24
|
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. |