#48849: MyPaint-devel crashes on start ----------------------------+-------------------------- Reporter: bunk3m@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: MyPaint-devel | ----------------------------+-------------------------- Comment (by suv-sf@…): Same error: {{{ Traceback (most recent call last): File "/Volumes/magenta/mp-trunk/x11/bin/mypaint", line 462, in <module> init_gettext(localepath, localepath_brushlib) File "/Volumes/magenta/mp-trunk/x11/bin/mypaint", line 267, in init_gettext lib.i18n.set_i18n_envvars() File "/Volumes/magenta/mp-trunk/x11/share/mypaint/lib/i18n.py", line 103, in set_i18n_envvars from AppKit import NSLocale ImportError: No module named AppKit }}} reproduced on OS X 10.7.5 with MyPaint-devel @1.2.0-beta.20150801+git.58c1dbba and 1.2.0-beta.20150828+git.04511511. It seems that upstream changes for i18n would require new dependencies of the MyPaint-devel port for additional python modules (likely ```py27 -pyobjc-cocoa```). Attempts to test this by installing ```py27-pyobjc-cocoa``` have not been successful on OS X 10.7.5 though: ```import AppKit``` in an interactive python session causes MacPorts' Python 2.7.10 itself to crash immediately. Possibly this is an issue specific for latest ```pyobjc``` on older versions of OS X - I did not find a related ticket in MacPorts so far. -- Ticket URL: <https://trac.macports.org/ticket/48849#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X