Re: [Vnc2swf-users] Problem with OSX 10.4
Status: Alpha
Brought to you by:
euske
From: Carlo G. <ga...@sk...> - 2005-11-04 10:03:47
|
I get this: $ /Applications/pyvnc2swf-0.7.0/vnc2swf.py 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. I've installed from pytonmac.org: pygame-1.7.0-py2.3-macosx10.3.zip PIL-1.1.5-py2.3-macosx10.3.zip although I've OSX 10.4.3. Pytonmac lilst only pygame for OSX 10.3, not for 10.4 :( After that I've installed packages, I symlink both from /Library/Python/2.3/ to /System/Library/Frameworks/Python.framework/Versions/2.3/Extras/lib/python. Yusuke Shinyama <yu...@cs...> on Lunedì, 31 ottobre 2005 at 5:01 +0100 wrote: >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 |