Re: [Paraview] data server reverse connection in python?

2009-10-13 Thread pat marion
You may also have to call servermanager.Disconnect() before calling servermanager.ReverseConnect(). This is because paraview.simple creates a builtin connection by default. Pat On Tue, Oct 13, 2009 at 1:23 PM, Berk Geveci wrote: > It looks like we forgot to add support for reverse connection to

Re: [Paraview] data server reverse connection in python?

2009-10-13 Thread Berk Geveci
It looks like we forgot to add support for reverse connection to the simple module. The following should work: from paraview import servermanager servermanager.ReverseConnect() # this takes an optional port argument You will also need to do the following if you want animation to work: servermana

[Paraview] data server reverse connection in python?

2009-10-13 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
Is there a way to accept a (reverse) connection from a remote data server using the paraview modules in a python shell? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please