#37361: py27-lightblue: ImportError: Cannot load LightAquaBlue framework, not found at/opt/local/Library/Frameworks/LightAquaBlue.framework -----------------------------+----------------------------- Reporter: k.teza1@… | Owner: michael.klein@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py27-lightblue | -----------------------------+----------------------------- Changes (by mescalinum@…): * status: closed => reopened * resolution: fixed => Comment: I hit this bug and it appears that my py-lightblue portfile is already patched with this patch, but the issue is the same: {{{ $ python2.7 Python 2.7.6 (default, Nov 18 2013, 20:25:17) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import lightblue Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/lightblue/__init__.py", line 160, in <module> from _lightblue import * File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/lightblue/_lightblue.py", line 28, in <module> import _LightAquaBlue File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/lightblue/_LightAquaBlue.py", line 32, in <module> _FRAMEWORK_PATH) ImportError: Cannot load LightAquaBlue framework, not found at/opt/local/Library/Frameworks/LightAquaBlue.framework
}}}
OSX 10.9.2, Xcode 5.1 Build version 5B130a -- Ticket URL: <https://trac.macports.org/ticket/37361#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X