On 01/05/2013 04:16 PM, Olivier Grisel wrote: > 2013/1/6 Jake Vanderplas <[email protected]>: >> Andy, >> OK, perhaps for the following release then. I spent a bit of time looking >> into it, and one of the primary barriers for full python3 support is going >> to be the fact that PIL does not have a py3k-compatible release. >> Jake > AFAIK we don't have any direct dependency on PIL, just on the imread > function of scipy to load some sample pictures in the dataset module. > > We could skip the tests that require the "imread" method of scipy. > > Any idea on how matplotlib works for loading pictures in Python 3? I believe that matplotlib has native png support, but requires PIL for jpeg and other image formats. So only png is supported in python 3.x currently. Jake
------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
