Changes between Initial Version and Version 1 of Ticket #47359


Ignore:
Timestamp:
Apr 5, 2015, 10:08:17 PM (9 years ago)
Author:
petrrr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47359 – Description

    initial v1  
    22I get the following runtime error when trying to `import numpy` from `py26-numpy`. I observe this both for the binary package and for a build from sources. It also seems to be specific to Python 2.6
    33
    4 ```
     4{{{
    55petr% python2.6
    66Python 2.6.9 (unknown, Sep 20 2014, 19:35:12)
     
    2424  Expected in: flat namespace
    2525 in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/multiarray.so
    26 ```
     26}}}