From c6ec834446cd6772ff900a0637c7296746f53320 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 7 Sep 2012 04:18:45 +0900 Subject: tox initial file. using global site-packages because of the unability to pip install PyQt4. postmkvenv workaround for PyQt libs for manual use. pip install breaks because they don't have a standard setup.py installation process --- pkg/install_pyqt.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 pkg/install_pyqt.sh (limited to 'pkg/install_pyqt.sh') diff --git a/pkg/install_pyqt.sh b/pkg/install_pyqt.sh new file mode 100755 index 00000000..d6739816 --- /dev/null +++ b/pkg/install_pyqt.sh @@ -0,0 +1,10 @@ +#!/bin/sh +pip install sip # fails +cd build/sip +python configure.py +make && make install +cd ../.. +pip install PyQt # fails +cd build/PyQt +python configure.py +make && make install -- cgit v1.2.3