Re: [Vnc2swf-users] Pyvnc2swf don't run on osx
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-10-16 16:34:19
|
couzin liu <liu...@gm...> wrote: > > Using pygame 1.7.0 > /Volumes/INFO/download/pyvnc2swf-0.6.4/image.py:25: 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. > Script exited with status code: 1 Hmmm, that's weird. In this case pygame.vernum should be (1,7,0) so the assertion should be passed. Could you just comment out the assert line and see what happens? Thanks, Yusuke |