Changes between Version 2 and Version 3 of Ticket #38560, comment 8


Ignore:
Timestamp:
Mar 28, 2013, 12:32:15 AM (11 years ago)
Author:
johnsankey@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38560, comment 8

    v2 v3  
    11> What does `port contents py27-numpy` say? I just installed `py27-numpy` and everything is under `/opt/local`; see my attachment.
    2 Yes, everything is under /opt/local, for py27-numpy, py27-scipy, opencv and python27.
     2Yes, everything is under /opt/local, for py27-numpy, py27-scipy, opencv and python27. But I still get
     3python
     4Python 2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:52:43)
     5[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
     6Type "help", "copyright", "credits" or "license" for more information.
     7>>> import numpy
     8>>> import scipy
     9>>> import opencv
     10Traceback (most recent call last):
     11  File "<stdin>", line 1, in <module>
     12ImportError: No module named opencv