Opened 12 years ago

Last modified 12 years ago

#37293 closed defect

py27-pyqwt seems not to work on my MacOS 10.8 box. — at Initial Version

Reported by: rif.a.saurous@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: py27-pyqwt

Description

sudo port install py27-pyqwt Password: ---> Computing dependencies for py27-pyqwt ---> Cleaning py27-pyqwt ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. rif-macbookair:~ rif$ python2.7 Python 2.7.3 (default, Nov 17 2012, 19:54:34) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin Type "help", "copyright", "credits" or "license" for more information.

import PyQt4.Qwt5

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/PyQt4/Qwt5/init.py", line 32, in <module>

from Qwt import *

ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/Qwt5/Qwt.so, 2): Symbol not found: ZN10QwtCompass16staticMetaObjectE

Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/Qwt5/Qwt.so Expected in: flat namespace

in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/Qwt5/Qwt.so

It seems at least *possible* I am mixing something else up from a partial manual install, but I'm not sure what it would be.

Change History (0)

Note: See TracTickets for help on using tickets.