On 2013-09-12 12:26, Amos Anderson wrote: > the question is how can I prevent cmake/shiboken from compiling using two > different pythons concurrently?
Use ccmake/cmakegui to check/ensure that PYTHON_EXECUTABLE, PYTHON_INCLUDE_DIR and PYTHON_LIBRARY are all pointing to the same version of Python? (You'll need to turn on display of advanced options, 't' key in ccmake.) -- Matthew _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
