|
|
Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,283
Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|

04-05-2012, 06:24 PM
Quote:
Originally Posted by xxViennaxx
Any ideas more? I would really appreciate using Pygame with Python 3.2 on Mac, but Pygame seems to be a little hard to get working.
|
This doesn't surprise me since support for Python 3.x is spotty at best (when you look at the module ecosystem as a whole). It also doesn't surprise me that it works with the system Python since that's Python 2.x.
I would imagine that the version of Pygame from MP would work with their build of Python. Thus, I wonder if you're using the binary installation of Python 3.x that you have installed without knowing it. MP installs its content to /opt/local so execute a "which python" to see what version of Python you're defaulting to. If you're defaulting to the Python.org (official) version, which will be installed to /Library/Frameworks/Python.framework/Versions, you can install the "python_select" tool from MP to switch the default.
|
|
|
QUOTE
Thanks
|