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? -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ 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
