This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anshul6
Recipients anshul6, paul.moore, r.david.murray, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-12-02.15:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449069496.73.0.830675752755.issue25778@psf.upfronthosting.co.za>
In-reply-to
Content
Before I got the "one line patch" on stackoverflow, I tried creating a new environment with Python 2.7.10 and did *not* get the error message I got with Python 3.5.0.  Here's an outline of what I did:

1) Created a new environment to use Python 2.7.10: conda create --name python2.7.10 python=2.7.10
2) Installed matplotlib package within it: conda install --name python2.7.10 matplotlib
3) Installed seaborn package within it: conda install --name python2.7.10 seaborn

When I started Python within this environment (verified it was version 2.7.10 with "print(sys.version)"), and did "import matplotlib.pyplot" and "import seaborn", the FileNotFoundError message did not appear.  So the problem appears to be associated with Python3, not Python2.

Hope this helps.
History
Date User Action Args
2015-12-02 15:18:16anshul6setrecipients: + anshul6, paul.moore, tim.golden, stutzbach, r.david.murray, zach.ware, steve.dower
2015-12-02 15:18:16anshul6setmessageid: <1449069496.73.0.830675752755.issue25778@psf.upfronthosting.co.za>
2015-12-02 15:18:16anshul6linkissue25778 messages
2015-12-02 15:18:16anshul6create