Peacock's problem #18048
-
|
Hi all,
When I use peacock to open the output file (.e), peacock crashes with the following error:
My guess is that qt or vtk has not been installed well, but I have reinstalled them several times and it still has no effect. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
It's impressive you were able to get Peacock to launch at all using the Offline instructions :) I am not seeing anything about Peacock and its myriad amount of dependencies one needs to install in order to make it work. How did you manage (just curious)? Did you build each from source, or use a package manager? Indeed this feels like a python binding to one of the VTK or Qt libraries. Probably VTK. Since Peacock at the very least opens without more than a few notices. If it were Qt and it's stack, I would recon Peacock wouldn't load up at all. We can use 'chigger' to test pieces of your install. Try the following simple test: export MOOSE_DIR=/path/to/moose
export PYTHONPATH=/path/to/moose/python:$PYTHONPATH
# where /path/to/moose is your absolute path to moose
cd /path/to/moose/python/chigger/tests/simple
./simple.pyThe |
Beta Was this translation helpful? Give feedback.
It's impressive you were able to get Peacock to launch at all using the Offline instructions :) I am not seeing anything about Peacock and its myriad amount of dependencies one needs to install in order to make it work.
How did you manage (just curious)? Did you build each from source, or use a package manager?
Indeed this feels like a python binding to one of the VTK or Qt libraries. Probably VTK. Since Peacock at the very least opens without more than a few notices. If it were Qt and it's stack, I would recon Peacock wouldn't load up at all.
We can use 'chigger' to test pieces of your install. Try the following simple test: