#21381: mimms-3.2.1 cannot run on Snow Leopard ---------------------------------------------+------------------------------ Reporter: null.atou@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: mimms, libmms, python25, ctypes | Port: mimms ---------------------------------------------+------------------------------ mimms needs python25 because PortGroup is python25. So I newly install python25 and python_select on Snow Leopard, then select python25 and newly build mimms. But when execute, "No module named _ctypes" error has occurred. {{{ % head -n1 /opt/local/bin/mimms #!/opt/local/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python % python_select -s python25 % mimms Traceback (most recent call last): File "/opt/local/bin/mimms", line 21, in <module> from libmimms.core import run File "/opt/local/lib/python2.5/site-packages/libmimms/core.py", line 31, in <module> from . import libmms File "/opt/local/lib/python2.5/site-packages/libmimms/libmms.py", line 24, in <module> from ctypes import * File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ctypes/__init__.py", line 10, in <module> from _ctypes import Union, Structure, Array ImportError: No module named _ctypes }}} -- Ticket URL: <http://trac.macports.org/ticket/21381> MacPorts <http://www.macports.org/> Ports system for Mac OS