Downloaded it and it said it had an invalid import, pygame. I went to install that, and it said I needed Python 2.7 to install and I had 3.2.2. I downgraded my Python, installed pygame, and now I'm getting this error:
cd '/Users/SkyTheCoder/Downloads/cactusman/' && '/usr/local/bin/pythonw' '/Users/SkyTheCoder/Downloads/cactusman/main.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/SkyTheCoder/Downloads/cactusman/main.py", line 3, in <module>
import pygame
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/__init__.py", line 95, in <module>
from pygame.base import *
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): no suitable image found. Did find:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so: no matching architecture in universal wrapper
All I know about that is that an exit status of 1 is bad news. Help?