pyqt4 error

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Guest

pyqt4 error

Post by Guest »

configure: error: in `/opt/saturne-2.1.4/installer/code_saturne-2.1.4.build':
configure: error: cannot find PyQt4 dev tools, Graphical User Interface cannot be installed
See `config.log' for more details
 
configure:29144: result: ${exec_prefix}/lib/python2.6/site-packages
configure:29188: checking for PyQt4 version >= 4.3
configure:29211: result: yes
configure:29234: checking for pyuic4
configure:29268: result: no
configure:29275: checking for pyrcc4
configure:29309: result: no
configure:29316: error: in `/opt/saturne-2.1.4/installer/code_saturne-2.1.4.build':
configure:29318: error: cannot find PyQt4 dev tools, Graphical User Interface cannot be installed
 
 
 
I am getting the above error in .log files.
 
After installing how to compile this code ??
 
 
please help me out of this..
Jacques Fontaine

Re: pyqt4 error

Post by Jacques Fontaine »

Hello,
You need to install PyQt4 then you must specify the location of both executables during the configuration step.
./configure PYUIC4=/PyQt4_Install_location/pyuic4 PYRCC4=/PyQt4_Install_location/pyrcc4
Best regards,
JF
 
 
Torben Andersen

Re: pyqt4 error

Post by Torben Andersen »

Depending on your system, the required packages may be available from a software repository or install CD/DVD. The package to install (Ubuntu, Linux Mint) is "pyqt4-dev-tools". Doing it this way the configure step should be able to locate the required files by itself (i.e. you shouldn't have to explicitly state the installation location).
Post Reply