Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created November 11, 2010 07:49
Show Gist options
  • Save masahitojp/672171 to your computer and use it in GitHub Desktop.
Save masahitojp/672171 to your computer and use it in GitHub Desktop.
matplotlibがWindowsでエラーになる時の対応策
# http://docs.python.org/library/_winreg.html
# http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/font_manager.py?revision=8713&view=markup
# LINE 203に以下を追加
#except WindowsError:
# continue
#local = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment