New submission from Anshul Agrawal: I have described the error message I got when I recently installed Python 3.5.0 (via Anaconda3) and then subsequently tried to import mathplotlib.pyplot and seaborn packages at this StackOverflow post (http://stackoverflow.com/questions/34004063/error-on-import-matplotlib-pyplot-on-anaconda3-for-windows-10-home-64-bit-pc)
Another person responded to the above post with a simple 1-line patch to the file "fontList.py3k.cache" (please see the above post for details). This does appear to be a purely Python 3 issue on some Windows platforms. It would be nice if Python 3 developers could check the patch out for any possible side-effects, and incorporate a permanent fix in future versions. Thanks. ---------- components: Extension Modules messages: 255715 nosy: anshul6 priority: normal severity: normal status: open title: Error on import matplotlib.pyplot and seaborn (Python3 - Windows 10 64-bit issue) type: behavior versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25778> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com