Michael

This is a problem specifi to pv-meshless and should not be sent to this list. pv-meshless is not supported outside of CSCS and our selected 'friends'.

The error you are receiving is because the CSCSCommon plugin is not being loaded. If you fix that, it should go away.

JB


Hallo!
 
Paraview is completely new for me, and I'm struggling with the CreateRepresentation Proxy in
pvpython...
I did the same thing as written in a paraview manual but it just won't work. Does someone of you
know why?
 

>>> from paraview import servermanager
>>> connect=servermanager.Connect()
>>> sph = servermanager.sources.SphereSource()
>>> elev = servermanager.filters.ElevationFilter(Input=sph)
>>> view = servermanager.CreateRenderView()
>>> rep=servermanager.CreateRepresentation(elev,view)
vtkSphereSource : [ ...........]
vtkElevationFilter : [ ...........]
ERROR: In /local/pv-meshless/src/pv-meshless/Servers/Common/vtkProcessModule.cxx, line 1046
vtkProcessModule (0x13625b0): Cannot create object of type "vtkCellPointsFilter".
while processing
Message 0 = New
  Argument 0 = string_value {vtkCellPointsFilter}
  Argument 1 = id_value {50}


ERROR: In /local/pv-meshless/src/pv-meshless/Servers/Common/vtkProcessModule.cxx, line 1047
vtkProcessModule (0x13625b0): Aborting execution for debugging purposes.

Aborted

 
 

best regards,

Mike



Souhaitez vous  « être au bureau sans y être » ? Oui je le veux !

_______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview


-- 
John Biddiscombe,                            email:biddisco @ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82



_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to