Changes between Initial Version and Version 1 of Ticket #45046


Ignore:
Timestamp:
Sep 19, 2014, 1:28:29 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45046

    • Property Cc mojca@… added
    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Keywords wxpython numpy numeric removed
    • Property Summary changed from Missing "numeric" dependency in wxpython-2.8 to py27-wxpython-2.8: Missing "numeric" dependency in wxpython-2.8
  • Ticket #45046 – Description

    initial v1  
    11Grass stopped working, apparently due to the numpy upgrade from 1.8 to 1.9.  The error is:
    22
     3{{{
    34  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/lib/plot.py", line 132, in <module>
    45    raise ImportError, "Numeric,numarray or NumPy not found. \n" + msg
    56   ...
     7}}}
    68
    79The relevant code is:
    810
     11{{{
    912# Needs Numeric or numarray or NumPy
    1013try:
     
    1821        except:
    1922           ...
     23}}}
    2024
    2125It appears that numpy was able to satisfy this until the numpy port was upgraded to 1.9, where "oldnumeric" had been removed.  I was able to work around the problem by installing py27-numeric.