The first time I "import pylab" after installing matplotlib
I get many warnings (below).  This is 0.87.7 under Python 2.5.
Is ignoring these the right thing to do? (I seem to be up and running.)
Alan Isaac



Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /Library/Fonts/NISC18030.ttf

Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /System/Library/Fonts/Helvetica LT MM

Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /System/Library/Fonts/HelveLTMM

Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /System/Library/Fonts/Times LT MM

Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /System/Library/Fonts/LastResort.dfont

Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /System/Library/Fonts/Keyboard.dfont

Warning (from warnings module):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/font_manager.py",
 
line 455
    warnings.warn("Could not open font file %s"%fpath)
UserWarning: Could not open font file /System/Library/Fonts/TimesLTMM

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to