[Paraview-developers] load pvsm file in LiveArticles
kyr
akyrieleis at gmail.com
Tue Nov 5 10:46:31 EST 2013
When I use this line in the Jetty config file (sphere_12.vtu holds a simple
sphere I made in paraview):
pw.file_loader.cmd=./bin/pvpython
lib/paraview-4.0/site-packages/paraview/web/pv_web_file_loader.py --data-dir
. --file-to-load ../Data/sphere_12.vtu --port PORT --authKey SECRET
then the sphere is briefly visibly (1 sec) but then I get the black iframe
again but no exception. Why is that ? The same happens if I read in a file
from ParaViewData-v4.0.1.
When I use :
pw.file_loader.cmd=./bin/pvpython
lib/paraview-4.0/site-packages/paraview/web/pv_web_file_loader.py --data-dir
. --file-to-load ../Data/cyl.pvsm --port PORT --authKey SECRET
then I get the new runtime error in the log:
raise RuntimeError, msg
exceptions.RuntimeError: File not readable. No reader found for
'../Data/cyl.pvsm'
Thanks for any help.
k.
--
View this message in context: http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2582.html
Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.
More information about the Paraview-developers
mailing list