Changes between Initial Version and Version 1 of Ticket #43676


Ignore:
Timestamp:
May 12, 2014, 12:33:57 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please confirm what variants of python27 are installed, by showing the output of:

port installed python27

I suspect you have actually selected the +ucs4 variant of python27, which will cause problems like this. See #36107 for a similar report against a different module. To avoid this problem, I suggest you don't use the +ucs4 variant of python27. Perhaps we should remove this variant from the python ports.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43676

    • Property Cc sean@… michaelld@… jwa@… added
    • Property Summary changed from py27-scipy update failure to py27-scipy: Symbol not found: _PyUnicodeUCS2_AsASCIIString
  • Ticket #43676 – Description

    initial v1  
    11py27-scipy fails with
    22
     3{{{
    34:info:build ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so, 2): Symbol not found: _PyUnicodeUCS2_AsASCIIString
    45:info:build   Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so
     6}}}
    57
    68The variants are default for python27, and +gcc48 for py27-scipy.