#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@…): The attached diff for MyPaint-devel adds a patch for ```lib/i18n.py``` to check the success of importing AppKit at runtime (it will fall back to POSIX locale if NSLocale from AppKit fails to import). Additionally the diff adds a new variant to MyPaint-devel: ```nslocale```. The variant could be used for testing locale support via AppKit/NSLocale on more recent versions of OS X - the variant simply adds py27-pyobjc- cocoa to the depends_lib [*]. -- [[BR]] [*] The diff was successfully tested on OS X 10.7.5 without AppKit module installed for MacPorts' Python 2.7 - I did not manage to get py27-pyobjc- cocoa working (importing AppKit crashes the main python process on Lion). -- Ticket URL: <https://trac.macports.org/ticket/48849#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X