Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Description
This is another font issue. This is similar tothis one, although the solution found there doesn't work for me. I am on OSX 10.6 using python 2.7.6. I installed the latest via git. That went fine. I can import matplotlib:
import matplotlibprint matplotlib.__version__=> 1.4.x
Now if I do:
import matplotlib.pyplot
I get nothing. It just hangs. This is the traceback which is what leads me to believe that this a font manager issue:https://gist.github.com/chestervonwinchester/9725539