Matplotlib ValueError: _getfullpathname: embedded null character
摘要:这个问题貌似是python不能正确读取字符串 解决办法是打开C:\Anaconda3\lib\site packages\matplotlib\font_manager.py文件,查找winreg.EnumValue,你会看到这样的代码 将其替换成 这样就可以画图了 Reference:http:/
阅读全文
posted @ 2017-04-01 02:52
浙公网安备 33010602011771号