2012/10/19 Andrew Godbehere <[email protected]>: > 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.
As stated previously, python 3 is not fully supported. The current setup.py uses 2to3 and the result of the translation ends up in the build folder. So if you want to run the test inplace you should call nosetests there instead. We plan to get rid of the 2to3 translation mechanism and have a single codebase that works both with 2 and 3 but this is a lot of tedious code cleanup. -- 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
