Changes between Version 5 and Version 6 of Ticket #38560, comment 8


Ignore:
Timestamp:
Apr 18, 2013, 3:23:42 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38560, comment 8

    v5 v6  
    11> What does `port contents py27-numpy` say? I just installed `py27-numpy` and everything is under `/opt/local`; see my attachment.
    22Yes, everything is under /opt/local, for py27-numpy, py27-scipy, opencv and python27. But I still get
     3{{{
    34python
    45Python 2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:52:43)
     
    1112  File "<stdin>", line 1, in <module>
    1213ImportError: No module named opencv
     14}}}
    1315
    1416So it seems I'm getting Apple's Python with 'set python python27', not the MacPorts Python. What directory is MacPorts' Python27 in? (I assume specifying directory in set will work.)