Changes between Initial Version and Version 1 of Ticket #18047


Ignore:
Timestamp:
Jan 16, 2009, 6:12:32 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Please remember to use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18047

    • Property Owner changed from macports-tickets@… to ram@…
    • Property Port py25-matplotlib added
  • Ticket #18047 – Description

    initial v1  
    11If CocoaAgg is set in the matplotlibrc, an error is thrown:
    22
     3{{{
    34"must have pyObjc installed"
     5}}}
    46
    57After installing py25-pyobjc2 (for Leopard 10.5), the following error is produced on render:
    68
     9{{{
    710:!python2.5 temp.py  2>&1| tee /var/folders/jT/jTtjyOlwG-iLpczTAAnRIE+++TM/-Tmp-/v182152/22
    811Traceback (most recent call last):
     
    2023    from Foundation import *
    2124ImportError: No module named Foundation
     25}}}
    2226
    23