2012/10/19 Andreas Mueller <[email protected]>: > Am 19.10.2012 17:37, schrieb Olivier Grisel: >> 2012/10/19 Gael Varoquaux <[email protected]>: >>> On Thu, Oct 18, 2012 at 03:16:11PM -0700, Andrew Godbehere wrote: >>>> Not to be the bearer of weird bugs, but I can replicate this. >>>> Attempting to build with python3.2 does not create the _check_build.so >>>> file, even with the inplace switch. >>> OK, so it seems that Python has changed the way it deals with .so files. >>> It's probably a good thing, but it means that we have a bug under python >>> 3 :). >> I think that the problem is that building with python 3 does a 2to3 >> translation of the code in the build subfolder hence you should run >> the tests on the translated folder. >> >> Also note: Python 3 support is very partial right now. We plan to have >> single codebase support for both python 2 and 3 at the same time but >> this is not done yet. >> > Any progress on that front? ;)
Nope. I am pretty busy on other stuff right now. But Python 3.3 should make that easier because can still use the u"" literal notation for unicode strings in the source code. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
