[MacPorts] #44044: libnewt: add support for Python
MacPorts
noreply at macports.org
Sat Oct 4 19:19:01 PDT 2014
#44044: libnewt: add support for Python
----------------------+--------------------------
Reporter: mojca@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: libnewt |
----------------------+--------------------------
Comment (by khindenburg@…):
I can get it to compile w/ python but any of the test python scripts can't
find snack
{{{
otool -L /opt/local/lib/python2.7/site-packages/_snack.so
/opt/local/lib/python2.7/site-packages/_snack.so:
python2.7/_snack.so (compatibility version 0.0.0, current version
0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 855.17.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
(compatibility version 2.7.0, current version 2.7.0)
/opt/local/lib/libnewt.so.0.52.17 (compatibility version 0.52.0,
current version 0.52.17)
/opt/local/lib/libslang.2.dylib (compatibility version 2.0.0,
current version 2.2.0)
/opt/local/lib/libintl.8.dylib (compatibility version 10.0.0,
current version 10.2.0)
}}}
https://launchpadlibrarian.net/18514837/test.py
{{{
ImportError: No module named snack
}}}
--
Ticket URL: <https://trac.macports.org/ticket/44044#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list