[Paraview] Hello, i need your help
Pat Marion
james.patrick.marion at gmail.com
Thu Oct 24 13:17:18 EDT 2013
Please subscribe to the paraview user's mailing list (
paraview at paraview.org) and send your questions there:
http://www.paraview.org/mailman/listinfo/paraview
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: http://docs.python.org/2/library/socket.html )
netcat info: http://manpages.ubuntu.com/manpages/gutsy/man1/nc.1.html
Pat
On Thu, Oct 24, 2013 at 1:11 PM, Сергей Дмитриев <allrond1992 at rambler.ru>wrote:
> Hello, i need tour help! Sorry for my english.
> I came across your plugin and really want to use it to access the GUI of
> the python.
>
> https://github.com/patmarion/ParaViewSocketPlugin
> Please list all the steps to use it: connection, start-up, the connection
> of the python.
>
> Thank you!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20131024/7c61b7b1/attachment.htm>
More information about the ParaView
mailing list