I am trying to install and build PyQwt5. This is how I configure it:
python configure.py -Q ../qwt-5.2/ --module-install-path=/home/dizou/local/PyQWT-5.2.0/
When I do a "make install" I get this error:
mkdir: cannot create directory `/usr/cta/CSE/Release/sip-4.9.1/share/PyQt4/Qwt5': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/dizou/PyQwt-5.2.0/configure/qwt5qt4'
make: *** [install] Error 2
I do not have permission to write to the /usr/cta/CSE/Release/sip-4.9.1/ directory, so how do I tell PyQwt to install the sip files somewhere else?