On 4/3/13 10:46 AM, Terrence Brannon wrote: > When I activate my virtual environment and type `pip install PySide` I > get the error: > > CMake Error: The following variables are used in this project, but > they are set to NOTFOUND. Please set them or make sure they are set > and tested correctly in the CMake files: QT_PHONON_INCLUDE_DIR > (ADVANCED) used as include directory in directory > /home/tbrannon/prg/webbot/build/PySide/sources/pyside/PySide/phonon > > The entire build log is here: > http://static.livingcosmos.org/scpaste/pip.log
Are the phonon development files installed on the system? I believe that the error indicates that the phonon headers were not found. It may be a bug that PySide can't be built without phonon support but even if it is, just installing them is probably easier than fixing the bug. Thanks, John _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
