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')

.
_______________________________________________
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