Closed AlbertoPa closed 3 years ago
Good catch -m
was introduced in PV 5.8.
Thanks @jourdain
I have 5.8 on my workstation too, and the -m option still gives the same error. I am not sure what is the reason, but I can reproduce this with any version (latest RC included):
The latest RC are for 5.10 not 5.8. Otherwise I might be miss remembering it could have been 5.9. To me it was just to say a "while back".
My bad, you are right: it works in 5.10. Sorry about that.
High-level description
The instructions provided in this document https://kitware.github.io/visualizer/docs/index.html to start ParaviewWeb Visualizer on Windows using the paraview installation are not correct.
The document says to use:
However:
-m
option is not recognized and the errorGot unknown argument: -m. Could you have misspelled your Python file path or name?
is returned\
does not send to a new lineThe actual syntax, assuming PowerShell or Windows Terminal are used (if ParaView is ParaView-5.6.2-Windows-msvc2015-64bit, which is the name from the Download page. I am using this version because I initially thought the problem was due to a change due to the version, but it was not the case) is:
I added
--load-file
because it is needed in some cases to load data (e.g. with the OpenFOAM data reader). With these changes, everything seems to work.Environment
Thanks!