Investigating the FindPythonInterp/Libs issue: the if(PythonLibs_FIND_VERSION)block is evaluating false (on my machine), which makes the Python version list simply be all the Python 3 versions, then the Python 2 versions, then the Python 1 versions. The rest of the file just finds the first set of libs that exist. FindPythonLibs doesn't appear to ever look to see if FindPythonInterp found the Major Minor version, so it can't put that at the front of the list.
This seems a little rudimentary to me--you'd think it would look to see if found the default interpreter's version, and then try to see if those libraries exist first. Well, time to code up a patch, I guess. Adam Wolf Wayne and Layne, LLC _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

