Error - Failed to activate module CFDSTUDY

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: Error - Failed to activate module CFDSTUDY

Post 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
bandi
Posts: 2
Joined: Wed Mar 14, 2018 2:20 am

Re: Error - Failed to activate module CFDSTUDY

Post 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...
Post Reply