<div dir="ltr">Hi Leo,<div><br></div><div>the documentation has been updated to match paraview/master from maybe 2 weeks ago. </div><div>If you have an older version of ParaView, you would have to look at an older version of the ParaViewWeb documentation of that example.</div><div>Or update your ParaView to the current master.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 29, 2017 at 1:48 PM, Léo Pessanha <span dir="ltr"><<a href="mailto:leonardopessanha74@gmail.com" target="_blank">leonardopessanha74@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi! <br><br></div>I am trying to build the example:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="https://kitware.github.io/paraviewweb/examples/RemoteRenderer.html" target="_blank">https://kitware.github.io/<wbr>paraviewweb/examples/<wbr>RemoteRenderer.html</a><br></blockquote><br></div>I can't get past the python script that serves ParaView as server<br><br></div>The errors I have encountered are: <br><br></div>'No module named wslink found' that I managed to fix installing wslink trough pip with 'pip install wslink' and copying the wslink folder to one of  the folders in the path of pvpython<br><br></div>Then the following one showed up to me <br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">from paraview.web import wslink      as pv_wslink<br>ImportError: cannot import name wslink<br></blockquote><br></div>At first I tought it was a circular dependencie problem and tried <br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">import paraview.web.pv_wslink <br></blockquote><div><br></div><div>But got:<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>File "/home/leo/remoteRenderer/pv_<wbr>server.py", line 10, in <module><br>    import paraview.web.pv_wslink <br>  File "/opt/pv52/lib/python2.7/site-<wbr>packages/paraview/web/pv_<wbr>wslink.py", line 6, in <module><br>    from vtk.web import wslink as vtk_wslink<br>ImportError: cannot import name wslink<br></div></blockquote><div><div><div><div><div><div><div><div><div><div><br></div><div><br></div><div>I believe I am missing an important step needed to code with pvpython without problems.</div><div><br></div><div>Something like a 'build_essentials' package or 'paraview.web'/'vtk.web' ones <br></div><div><br></div><div>How can I manage the <i>sys.path</i> of pvpython in order for it to find those modules(pv_wslink and vtk_wslink) that are missing? (Installing trough pip adds the modules to python executable and not to the pvpython one)<br></div><div><br></div><div>Can someone help me with this?<br><br></div><div>Thanks in advance!<br></div><div><br clear="all"><div><div><div><div><div><div class="m_2555852848500274721gmail_signature"><div dir="ltr"><div dir="ltr"><div><div><div><div><div><span><div style="color:rgb(0,0,0);font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif,serif,EmojiFont;font-size:13px">Leonardo Pessanha<br>Laboratory of Computational Methods in Engineering </div><div style="color:rgb(0,0,0);font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif,serif,EmojiFont;font-size:13px">Federal University of Rio de Janeiro - COPPE</div><div style="color:rgb(0,0,0);font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif,serif,EmojiFont;font-size:13px">Rio de Janeiro, RJ, Brasil</div><div><br></div></span></div></div></div></div></div></div><div><div style="font-size:12.8px"></div><div style="font-size:12.8px"></div></div></div></div></div>
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>