[Tutor] Error message

Danny Yoo dyoo at hashcollision.org
Mon Aug 11 20:07:27 CEST 2014


Hi Richard,

I would recommend asking the PyGame folks on this one.  What you're
running into is specific to that external library, and folks who work
with PyGame have encountered the problem before: they'll know how to
diagnose and correct it.  For example:

    http://stackoverflow.com/questions/7775948/no-matching-architecture-in-universal-wrapper-when-importing-pygame

    http://stackoverflow.com/questions/8275808/installing-pygame-for-mac-os-x-10-6-8

What appears to be happening is a 32-bit vs 64-bit issue: you may have
installed a version of PyGame for one architecture, but should have
chosen the other.


More information about the Tutor mailing list