Page 2 of 2

Re: Error - Failed to activate module CFDSTUDY

Posted: Wed Mar 14, 2018 11:59 am
by Yvan Fournier
Hello,

The QT_SELECT option should work. Without the info recommended in the forum usage recommendations, I can't guess at what is wrong.

Regards,

Yvan

Re: Error - Failed to activate module CFDSTUDY

Posted: Wed Mar 14, 2018 12:26 pm
by bandi
Hi, thanks for the reply.
My setup is similar to the first post. I'm trying to install on Ubuntu. I downloaded saturne, extracted it and then ran the configure script as per the instructions, including the extra pieces:
./configure --with-salome= < my path to salome> QT_SELECT=5.
make -j 4
sudo make install

"code_saturne salome " threw some errors about missing Qt4 stuff when running CFDSTUDY and failed to load the module.

next steps:
sudo make uninstall -- to get rid of the faulty saturne
remove all the pyqt4 stuff via the package manager
make clean
./configure --with-salome= < my path to salome> QT_SELECT=5
make -j 4
sudo make install
run "code_saturne salome" again

result: it still wants pyqt4. module fails to load.

I ended up downloading the development release. this one uses pyQt5 by default, so it woked fine...