Please subscribe to the paraview user's mailing list (
paraview@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, Сергей Дмитриев <allrond1...@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!
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to