Changes between Initial Version and Version 1 of Ticket #18047, comment 3


Ignore:
Timestamp:
Nov 3, 2013, 1:26:29 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18047, comment 3

    initial v1  
    55> sudo python_select python25
    66> }}}
     7{{{
    78jkyle ~  % which python                                 
    89/opt/local/bin/python
     
    1011Python 2.5.4
    1112jkyle ~  %
     13}}}
    1214
    1315>
    1416> Maybe try re-installing py25-matplotlib now that py25-pyobjc2 is installed.
    1517I gave that a shot, still didn't work. Here's my current matplotlib variants args:
     18{{{
    1619The following ports are currently installed:
    1720  py25-matplotlib @0.98.5.2_0+cairo+ghostscript+gtk2+latex+wxpython (active)
     21}}}
    1822
    1923I can even open up python (no ipython) and attempt to import Foundation, same error.
    2024
     25{{{
    2126jkyle ~  % sudo port install py25-pyobjc2                 
    2227--->  Fetching py25-pyobjc2
     
    3843ImportError: No module named Foundation
    3944>>>
    40 
     45}}}