[Vnc2swf-users] Re: Problem with OSX 10.4
Status: Alpha
Brought to you by:
euske
From: Rajesh M. <men...@gm...> - 2005-11-15 18:33:46
|
Hi, I was coming across the same problem as Carlo. I just commented line 44 in image.py which is the assert() stmt. It works quite fine. Hope that helps. p.s: I've done a poor job of copying Carlo's and Yusuke's mails below just for reference. From: Carlo Gandolfi <gand@sk...> 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 |