#24032: gnuradio 3.2.2+python25 install failure ---------------------------------------+------------------------------------ Reporter: jeremy.holleman@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gnuradio ---------------------------------------+------------------------------------ Comment(by jeremy.holleman@…):
python -V Python 2.5.5
which python[[BR]] /opt/local/bin/python
python -c "import wx"[[BR]] I had tried import wx from an interactive session and got this result: {{{ Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/lib/python2.5/site-packages/wx-2.8-mac- unicode/wx/__init__.py", line 45, in <module> from wx._core import * File "/opt/local/lib/python2.5/site-packages/wx-2.8-mac- unicode/wx/_core.py", line 4, in <module> import _core_ ImportError: dlopen(/opt/local/lib/python2.5/site-packages/wx-2.8-mac- unicode/wx/_core_.so, 2): Library not loaded: /opt/local/lib/libjpeg.62.dylib Referenced from: /opt/local/lib/libwx_macu-2.8.0.dylib Reason: image not found }}}
So I uninstalled and re-installed py25-wxpython. But now 'python -c "import wx"' gives the same result except that in the first line 'File "<stdin>"' is replaced by 'File "<string>"'. Also, based on the error message, I checked for the file /opt/local/lib/libjpeg.62.dylib and it does not exist in that location. -- Ticket URL: <http://trac.macports.org/ticket/24032#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS