[Paraview] collaboration multi-clients
Сергей Дмитриев
allrond1992 at rambler.ru
Mon Apr 15 15:09:06 EDT 2013
I solve same problem with edit collaboration.py file. Like this:
...
from vtkPVClientServerCoreCorePython import *
from vtkPVClientServerCoreDefaultPython import *
from vtkPVServerImplementationCorePython import *
from vtkPVServerImplementationDefaultPython import *
from vtkPVServerManagerCorePython import *
from vtkPVServerManagerDefaultPython import *
from vtkPVCommonPython import *
...
Hello folks
what is the status of the multi-clients support in 3.98?
I have tried different hosts, different setups and it always results in crashes,
seg faults. I wanted to know if this is related to my setup, or some known
issues.?
The wiki page http://paraview.org/Wiki/ParaView/Collaboration relates to version
3.12, so I don't know how up-to-date that is.
most of my tries are with one server, and two paraview clients (one on the same
host as server, one remote).
Also with the pvpython client, the import command fails.
from paraview.collaboration import * Traceback (most recent call last): File
"<stdin>", line 1, in <module> File
"/local1/apps/ParaView-3.98.0Build/lib/site-packages/paraview/collaboration.py",
line 29, in <module> from vtkPVClientServerCorePython import * ImportError: No
module named vtkPVClientServerCorePython
----------------- Jean CSCS
_______________________________________________ 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
.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130415/621fc8bf/attachment.htm>
More information about the ParaView
mailing list