I updated my python distribution yesterday to EPD 7.3-2 (64-bit). I am working on a mac with snow leopard. Now the plot device of matplotlib is broken in at least two ways:
- the "save" button doesn't work and makes the terminal or
ipython
crash and - the only way to see the figure is to have it in front of you, there is no python figure icon in the dock.
I did my homework and these same problems were reported here and here.
I tried to follow the instructions to fix this given in here, but this is the error that I get:
$python install_pythonw.py `which python`/../..
/Library/Frameworks/EPD64.framework/Versions/Current/.Python does not exist; exiting.
Indeed, I looked at the given folder and I could not find a .Python
file. I added a comment at the answer to this problem but so far no one has replied to it :( :(
Any idea of how to fix this?
thanks!