[Paraview] Selected proxy value not in the list: Arrow

Сергей Дмитриев allrond1992 at rambler.ru
Wed Apr 10 13:42:27 EDT 2013


Selected proxy value not in the list: Arrow

Hello, dear friends.

I have a problem.

I have the channel Python-PVSERVER-ParaView.

When i create the ProgrammableSource or one of another sources (From python) and
try to Show(), i receive message:

Selected proxy value not in the list: Arrow

How to solve this problem?

part of my programm:

prsource =
servermanager.sources.ProgrammableSource(OutputDataSetType='vtkStructuredGrid',registrationGroup="sources",registrationName="ProgrammableSource")
proxymanager=servermanager.ProxyManager()
proxymanager.RegisterProxy("Arrow", "ProgrammableSource1", prsource)
prsource.Script='...some text'
repPRsource=servermanager.CreateRepresentation(prsource,view,registrationGroup='representations')

.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130410/d64155af/attachment.htm>


More information about the ParaView mailing list