<div dir="ltr"><div>Please subscribe to the paraview user's mailing list (<a href="mailto:paraview@paraview.org" target="_blank"> paraview@paraview.org</a> ) and send your questions there: <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></div><div>It's actually quite easy to use the socket plugin with netcat utility, available on linux and mac OSX, and perhaps windows.š Just use netcat to connect to localhost:<port number> and then enter python commands directly into the netcat program, they will be sent to the paraview socket plugin and executed in ParaView, the result will be sent back and displayed in netcat.š Once you get that working, you can replace netcat with your own client socket using any method you choose (for example, Python socket module will work great: <a href="http://docs.python.org/2/library/socket.html">http://docs.python.org/2/library/socket.html</a> )<br>
</div><br>netcat info:š <a href="http://manpages.ubuntu.com/manpages/gutsy/man1/nc.1.html" target="_blank">http://manpages.ubuntu.com/manpages/gutsy/man1/nc.1.html</a><br><br><br>Pat<br><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Oct 24, 2013 at 1:11 PM, óÅÒÇÅÊ äÍÉÔÒÉÅ× <span dir="ltr"><<a href="mailto:allrond1992@rambler.ru" target="_blank">allrond1992@rambler.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<p>šHello, i need tour help! Sorry for my english.<br>I came across your plugin and really want to use it to access the GUI of the python.</p>
<div>
<p><a href="https://github.com/patmarion/ParaViewSocketPlugin" target="_blank">https://github.com/patmarion/ParaViewSocketPlugin<br></a>Please list all the steps to use it: connection, start-up, the connection of the python.</p>
<p>Thank you!</p>
</div></blockquote></div><br></div></div>