-
|
Dear MOOSE community, I tried to run the documented example from https://mooseframework.inl.gov/python/mms.html . I ran the program by Unfortunatelly, it returns the following error message I installed sympy before I ran the code. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello mms is one of our packages. so Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
mms is one of our packages.
You just need to tell Python where to look for that module. We by default dont modify your PYTHONPATH
so
export PYTHONPATH=$PYTHONPATH:/home/jan/projects/moose/pythonGuillaume