Skip to content
Discussion options

You must be logged in to vote

I think you are running into a browser caching issue. You probably are trying trame examples with vue3 (the working ones) and the ParaView ones are vue2.

You have 2 solutions, either you need to clear your browser cache or use a different port (so the browser won't assume it is the same html and js).

Try running it like that:

pvpython --force-offscreen-rendering --venv ~/trame/uv_env/ pv_selection.py --port 0

By swapping the args order, you won't need to import paraview.web.venv in the script, but having it won't hurt.
--force-offscreen-rendering will prevent the opening of that second window.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CsatiZoltan
Comment options

@jourdain
Comment options

Answer selected by CsatiZoltan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants