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
|