I'm trying to install PySide via easy_install into my virtual environment. As I thought this installs a binary releas of PyVisa.
Instead I get the following errors, which seems to try to build PySide locally:
(venv) C:\data\repos\myproj>easy_install PySide
Searching for PySide
Reading http://pypi.python.org/simple/PySide/
Reading http://www.pyside.org
Reading http://releases.qt-project.org/pyside/1.1.1/
Reading http://www.pyside.org/files/
Reading http://www.pyside.org/files/pkg/
Reading http://releases.qt-project.org/pyside/
Reading http://download.qt-project.org/official_releases/pyside/
Best match: PySide 1.2.0
Downloading https://pypi.python.org/packages/source/P/PySide/PySide-1.2.0.tar.gz
#md5=a6f8ce6c0ab4ce858a6bdd10a3af3101
Processing PySide-1.2.0.tar.gz
Writing c:\users\user_x\appdata\local\temp\easy_install-o3ol30\PySide-1.2.0\setup.cfg
Running PySide-1.2.0\setup.py -q bdist_egg --dist-dir c:\users\user_x\appdata\local\temp\easy_install-o3ol30\PySide-1.2.0\egg-dist-tmp-tj2oiv
Removing c:\users\user_x\appdata\local\temp\easy_install-o3ol30\PySide-1.2.0\pyside_package
error: Setup script exited with error: Failed to find qmake. Please specify thepath to qmake with --qmake parameter.
Searching for PySide
Reading http://pypi.python.org/simple/PySide/
Reading http://www.pyside.org
Reading http://releases.qt-project.org/pyside/1.1.1/
Reading http://www.pyside.org/files/
Reading http://www.pyside.org/files/pkg/
Reading http://releases.qt-project.org/pyside/
Reading http://download.qt-project.org/official_releases/pyside/
Best match: PySide 1.2.0
Downloading https://pypi.python.org/packages/source/P/PySide/PySide-1.2.0.tar.gz
#md5=a6f8ce6c0ab4ce858a6bdd10a3af3101
Processing PySide-1.2.0.tar.gz
Writing c:\users\user_x\appdata\local\temp\easy_install-o3ol30\PySide-1.2.0\setup.cfg
Running PySide-1.2.0\setup.py -q bdist_egg --dist-dir c:\users\user_x\appdata\local\temp\easy_install-o3ol30\PySide-1.2.0\egg-dist-tmp-tj2oiv
Removing c:\users\user_x\appdata\local\temp\easy_install-o3ol30\PySide-1.2.0\pyside_package
error: Setup script exited with error: Failed to find qmake. Please specify thepath to qmake with --qmake parameter.
Am I doing something wrong?
Regarsd Robert
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
