PDA

View Full Version : pyside on OSX 10.11



ecce
23rd January 2016, 11:33
Does anyone know if PySide is runnable on OSX 10.11? Can't find anything in the docs, installing it with port does not give an error but python will not find any PySide libs. Installing with pip shoots out a series of errors, one giving a warning saying PySide is not compatible with this version of OSX.


/Library/Frameworks/QtCore.framework/Headers/qglobal.h:331:6: warning: "This version of Mac OS X is unsupported" [-W#warnings]
# warning "This version of Mac OS X is unsupported"

/tmp/pip-build-FWUcrG/PySide/sources/pyside/plugins/customwidget.h:27:10: fatal error: 'QtDesigner/QtDesigner' file not found
#include <QtDesigner/QtDesigner>
^
2 warnings and 1 error generated.
make[2]: *** [plugins/CMakeFiles/uiplugin.dir/customwidgets.cpp.o] Error 1
make[1]: *** [plugins/CMakeFiles/uiplugin.dir/all] Error 2
make: *** [all] Error 2
error: Error compiling pyside