code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
223 stars 82 forks source link

Gui problem on CS 6 from 09Jan19 #31

Closed YohannEude closed 5 years ago

YohannEude commented 5 years ago

Hello,

I would like to test the current version of CS but the GUI doesn't start. I have the following error when I try to run the GUI:

Traceback (most recent call last): File "/home/yohann-ws2/Code_Saturne/6.0-alpha_09Jan19/code_saturne-6.0-alpha/arch/Linux_x86_64/bin/code_saturne", line 76, in retcode = cs.execute() File "/home/yohann-ws2/Code_Saturne/6.0-alpha_09Jan19/code_saturne-6.0-alpha/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/cs_script.py", line 91, in execute return self.commandscommand File "/home/yohann-ws2/Code_Saturne/6.0-alpha_09Jan19/code_saturne-6.0-alpha/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/cs_script.py", line 150, in gui return cs_gui.main(options, self.package) File "/home/yohann-ws2/Code_Saturne/6.0-alpha_09Jan19/code_saturne-6.0-alpha/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/cs_gui.py", line 194, in main from code_saturne.Base.MainView import MainView File "/home/yohann-ws2/Code_Saturne/6.0-alpha_09Jan19/code_saturne-6.0-alpha/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base/MainView.py", line 77, in from code_saturne.Base.BrowserView import BrowserView File "/home/yohann-ws2/Code_Saturne/6.0-alpha_09Jan19/code_saturne-6.0-alpha/arch/Linux_x86_64/lib/python2.7/site-packages/code_saturne/Base/BrowserView.py", line 67, in _fromUtf8 = QString.fromUtf8 NameError: name 'QString' is not defined

How can I fix that?

Greetings,

Yohann

YvanFournier commented 5 years ago

Hello,

I also observed this yesterday, and fixed this earlier today in commit 262d6d4b..