Changes between Initial Version and Version 3 of Ticket #33791


Ignore:
Timestamp:
Mar 27, 2012, 6:30:54 PM (12 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

I cannot reproduce your issue.

I'm on Lion with python port installed with universal variant and py27-numpy built for i386 architecture. Check following output:

~ $ port -v installed python27
The following ports are currently installed:
  python27 @2.7.2_4+universal (active) platform='darwin 11' archs='i386 x86_64'
~ $ port -v installed py27-numpy
The following ports are currently installed:
  py27-numpy @1.6.1_1 (active) platform='darwin 11' archs='i386'
~ $ port select --show python
The currently selected version for 'python' is 'python27'.
~ $ which python
/opt/local/bin/python
~ $ python 
Python 2.7.2 (default, Jan 16 2012, 17:34:25) 
[GCC 4.2.1 Compatible Apple Clang 3.0 (tags/Apple/clang-211.12)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> ^D
~ $

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33791

    • Property Cc openmaintainer@… removed
  • Ticket #33791 – Description

    initial v3  
    33The installation is Ok, but then when in python loading numpy:
    44
     5{{{
    56python2.7
    67Python 2.7.2 (default, Mar 27 2012, 16:48:41)
     
    2223ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so, 2): no suitable image found.  Did find:
    2324        /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so: mach-o, but wrong architecture
     25}}}
    2426
    2527Some more info: