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

Сергей Дмитриев allrond1992 at rambler.ru
Thu Apr 11 11:13:07 EDT 2013


After your strings i having same results:
ProgrammableSource was created....
It is showing...
But occurs nothing. Not заполяются the massifs described in a script. Even the
elementary scripts like "print 'something'" do not display the message.
Only when switching between sources, the message is displayed: "Selected proxy
value not in the list: Arrow"
.

> 11 Апрель 2013 г. 17:51:01 пользователь (paraview-request at paraview.org)
написал:
>
> Send ParaView mailing list submissions to
> paraview at paraview.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.paraview.org/mailman/listinfo/paraview
> or, via email, send a message with subject or body 'help' to
> paraview-request at paraview.org
>
> You can reach the person managing the list at
> paraview-owner at paraview.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ParaView digest..."
>
> Today's Topics:
>
> 1. Re: Selected proxy value not in the list: Arrow (?????? ????????)
> 2. Re: Selected proxy value not in the list: Arrow (Utkarsh Ayachit)
> 3. unix GUI build with 3.98.0 or 3.98.1 (Kashiwa, Bucky)
> 4. Re: unix GUI build with 3.98.0 or 3.98.1 (Patrick O'Leary)
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 10 Apr 2013 22:59:31 +0400
> From: ?????? ???????? <allrond1992 at rambler.ru>
> Subject: Re: [Paraview] Selected proxy value not in the list: Arrow
> To: paraview at paraview.org
> Message-ID: <1365620371.886289.24768.47577 at saddam2.rambler.ru>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> ParaView 3.98.1
>
> .
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://www.paraview.org/pipermail/paraview/attachments/20130410/406ed5a3/attachment-0001.htm>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 11 Apr 2013 06:00:42 -0400
> From: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
> Subject: Re: [Paraview] Selected proxy value not in the list: Arrow
> To: ?????? ???????? <allrond1992 at rambler.ru>
> Cc: ParaView <paraview at paraview.org>
> Message-ID:
> <CADHSJjCnTc5=7BNTZ=BtT4M4ycWMi1E+NQ_FSQ6E4wFGTqbJQw at mail.gmail.com>
> Content-Type: text/plain; charset=KOI8-R
>
> In that case, you're better of using the simplified Python API. Refer
> to http://www.paraview.org/Wiki/ParaView/Python_Scripting
>
> Your script can be written simply as:
>
> from paraview import simple
> prsource = simple.ProgrammableSource(OutputDataSetType='vtkStructuredGrid')
> prsource.Script = "..."
> repPRsource = simple.Show()
> simple.Render()
>
> In your script, I am not sure what you're trying to do with the
> following lines. I believe you should be able to take them out.
>
> proxymanager=servermanager.ProxyManager()
> proxymanager.RegisterProxy("Arrow", "ProgrammableSource1", prsource)
>
> Utkarsh
>
> On Wed, Apr 10, 2013 at 2:59 PM, ?????? ???????? <allrond1992 at rambler.ru>
wrote:
> > ParaView 3.98.1
> >
> > .
> >
> >
> > _______________________________________________
> > 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
> >
>
> ------------------------------
>
> Message: 3
> Date: Thu, 11 Apr 2013 13:09:19 +0000
> From: "Kashiwa, Bucky" <bak at lanl.gov>
> Subject: [Paraview] unix GUI build with 3.98.0 or 3.98.1
> To: "ParaView at paraview.org" <ParaView at paraview.org>
> Message-ID: <CD8C1200.FA0D%bak at lanl.gov>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear ParaView Friends:
>
> I'm trying to build the ParaView GUI with no success (unix OS). The make fails
in pqComponents with a message (copied below with system info, and ccmake
command):
>
> 'No rule to make target
`Qt/Components/../../../../../usr/projects/pv_dev/ParaView-3.98.1-git/Qt/Components/Resources/XML/Placeholder.xml'
>
> which has me miffed because the file Placeholder.xml is present at that
location. I have tried both 3.98.0 and 3.98.1 sources downloaded from your
website, as well as 3.98.1 obtained via git (users space).
>
> Any thoughts or repairs to my procedure would make my day. Thanks very much.
>
>
---------------------------------------------------------------------------------------------------
>
> Make error & sys info:
>
> [ 81%] Built target pqWidgets
> [ 84%] Built target pqCore
> make[2]: *** No rule to make target
`Qt/Components/../../../../../usr/projects/pv_dev/ParaView-3.98.1-git/Qt/Components/Resources/XML/Placeholder.xml',
needed by `Qt/Components/qrc_pqExtraResources.cxx'. Stop.
> make[1]: *** [Qt/Components/CMakeFiles/pqComponents.dir/all] Error 2
> make: *** [all] Error 2
> ml-fey{585}$ gcc --version
> gcc (GCC) 4.7.0
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> ml-fey{586}$ /usr/projects/pv_dev/Qt-4.8.4/bin/qm
> qmake* qmlplugindump* qmlviewer*
> ml-fey{586}$ /usr/projects/pv_dev/Qt-4.8.4/bin/qmake --version
> QMake version 2.01a
> Using Qt version 4.8.4 in /usr/projects/pv_dev/Qt-4.8.4/lib
> ml-fey{587}$
> ml-fey{587}$
> ml-fey{587}$ uname -a
> Linux ml-fey.lanl.gov 2.6.32-220.23.1.1chaos.ch5.x86_64 #1 SMP Tue Jun 19
17:16:17 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> ml-fey{588}$
> ml-fey{588}$
> ml-fey{588}$ ccmake2.8 --version
> ccmake version 2.8.10.2
> ml-fey{589}$
> ml-fey{589}$
> ml-fey{589}$
>
>
---------------------------------------------------------------------------------------------------
>
> Ccmake command:
>
> module load gcc (gets v 4.7.0 and correct LD_LIBRARY_PATH)
>
> ccmake \
> -D BUILD_SHARED_LIBS:BOOL=ON \
> -D BUILD_TESTING:BOOL=OFF \
> -D CMAKE_BUILD_TYPE:STRING=Release \
> -D CMAKE_C_COMPILER:FILEPATH=/usr/projects/hpcsoft/moonlight/gcc/4.7.0/bin/gcc
\
> -D
CMAKE_CXX_COMPILER:FILEPATH=/usr/projects/hpcsoft/moonlight/gcc/4.7.0/bin/g++ \
> -D CMAKE_C_FLAGS:STRING=-fPIC \
> -D CMAKE_CXX_FLAGS:STRING=-fPIC \
> -D CMAKE_INSTALL_PREFIX:PATH=/usr/projects/pv_dev/PV-3.98.1-Client \
> -D OPENGL_gl_LIBRARY:FILEPATH=/usr/lib64/libGL.so \
> -D OPENGL_glu_LIBRARY:FILEPATH=/usr/lib64/libGLU.so \
> -D OPENGL_INCLUDE_DIR:PATH=/usr/include \
> -D PARAVIEW_BUILD_QT_GUI:BOOL=ON \
> -D PARAVIEW_ENABLE_COPROCESSING:BOOL=ON \
> -D QT_QMAKE_EXECUTABLE:FILEPATH=/usr/projects/pv_dev/Qt-4.8.4/bin/qmake \
> -D
VTK_MPIRUN_EXE:FILEPATH=/usr/projects/hpcsoft/moonlight/openmpi/1.4.5-gcc-4.7/bin/mpiexec
\
> -D VTK_USE_X:BOOL=ON \
> /usr/projects/pv_dev/ParaView-3.98.1-git
>
> =======================================================================73
> <>Bucky Kashiwa PhD, PE <> Post: MS B216, Los Alamos, NM 87545 <>
> <> Ofc: TA3-SM123-RM276 <>Email: bak at lanl.gov, kashiwa at qwest.net <>
> <>Voice: 505-667-8812 <> Fax: 505-665-5926 <>
> <> Home: 505-988-7332 <> Cell: 505-795-5581 <>
> =======================================================================73
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://www.paraview.org/pipermail/paraview/attachments/20130411/69082b08/attachment-0001.htm>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 11 Apr 2013 07:41:58 -0600
> From: "Patrick O'Leary" <patrick.oleary at kitware.com>
> Subject: Re: [Paraview] unix GUI build with 3.98.0 or 3.98.1
> To: "Kashiwa, Bucky" <bak at lanl.gov>
> Cc: "ParaView at paraview.org" <ParaView at paraview.org>
> Message-ID:
> <CAM8hOwbkbOu8gxFGJtLjF9FLdkpbW1bHprkgMQtb2vFVTOewfA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Bucky,
>
> You probably didn't run
>
> $ git submodule update
>
> after you checked out 3.98.1
>
> $ git checkout -b v3.98.1
>
> Just a guess.
>
> Patrick
>
> On Thu, Apr 11, 2013 at 7:09 AM, Kashiwa, Bucky <bak at lanl.gov> wrote:
>
> > Dear ParaView Friends:
> >
> > I'm trying to build the ParaView GUI with no success (unix OS). The
> > make fails in pqComponents with a message (copied below with system info,
> > and ccmake command):
> >
> > 'No rule to make target
> >
`Qt/Components/../../../../../usr/projects/pv_dev/ParaView-3.98.1-git/Qt/Components/Resources/XML/Placeholder.xml'
> >
> > which has me miffed because the file Placeholder.xml is present at that
> > location. I have tried both 3.98.0 and 3.98.1 sources downloaded from your
> > website, as well as 3.98.1 obtained via git (users space).
> >
> > Any thoughts or repairs to my procedure would make my day. Thanks very
> > much.
> >
> >
> >
> >
---------------------------------------------------------------------------------------------------
> >
> >
> > Make error & sys info:
> >
> > [ 81%] Built target pqWidgets
> > [ 84%] Built target pqCore
> > make[2]: *** No rule to make target
> >
`Qt/Components/../../../../../usr/projects/pv_dev/ParaView-3.98.1-git/Qt/Components/Resources/XML/Placeholder.xml',
> > needed by `Qt/Components/qrc_pqExtraResources.cxx'. Stop.
> > make[1]: *** [Qt/Components/CMakeFiles/pqComponents.dir/all] Error 2
> > make: *** [all] Error 2
> > ml-fey{585}$ gcc --version
> > gcc (GCC) 4.7.0
> > Copyright (C) 2012 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> >
> > ml-fey{586}$ /usr/projects/pv_dev/Qt-4.8.4/bin/qm
> > qmake* qmlplugindump* qmlviewer*
> > ml-fey{586}$ /usr/projects/pv_dev/Qt-4.8.4/bin/qmake --version
> > QMake version 2.01a
> > Using Qt version 4.8.4 in /usr/projects/pv_dev/Qt-4.8.4/lib
> > ml-fey{587}$
> > ml-fey{587}$
> > ml-fey{587}$ uname -a
> > Linux ml-fey.lanl.gov 2.6.32-220.23.1.1chaos.ch5.x86_64 #1 SMP Tue Jun 19
> > 17:16:17 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> > ml-fey{588}$
> > ml-fey{588}$
> > ml-fey{588}$ ccmake2.8 --version
> > ccmake version 2.8.10.2
> > ml-fey{589}$
> > ml-fey{589}$
> > ml-fey{589}$
> >
> >
> >
---------------------------------------------------------------------------------------------------
> >
> >
> >
> > Ccmake command:
> >
> > module load gcc (gets v 4.7.0 and correct LD_LIBRARY_PATH)
> >
> > ccmake \
> > -D BUILD_SHARED_LIBS:BOOL=ON \
> > -D BUILD_TESTING:BOOL=OFF \
> > -D CMAKE_BUILD_TYPE:STRING=Release \
> > -D
> > CMAKE_C_COMPILER:FILEPATH=/usr/projects/hpcsoft/moonlight/gcc/4.7.0/bin/gcc
> > \
> > -D
> > CMAKE_CXX_COMPILER:FILEPATH=/usr/projects/hpcsoft/moonlight/gcc/4.7.0/bin/g++
> > \
> > -D CMAKE_C_FLAGS:STRING=-fPIC \
> > -D CMAKE_CXX_FLAGS:STRING=-fPIC \
> > -D CMAKE_INSTALL_PREFIX:PATH=/usr/projects/pv_dev/PV-3.98.1-Client \
> > -D OPENGL_gl_LIBRARY:FILEPATH=/usr/lib64/libGL.so \
> > -D OPENGL_glu_LIBRARY:FILEPATH=/usr/lib64/libGLU.so \
> > -D OPENGL_INCLUDE_DIR:PATH=/usr/include \
> > -D PARAVIEW_BUILD_QT_GUI:BOOL=ON \
> > -D PARAVIEW_ENABLE_COPROCESSING:BOOL=ON \
> > -D QT_QMAKE_EXECUTABLE:FILEPATH=/usr/projects/pv_dev/Qt-4.8.4/bin/qmake \
> > -D
> >
VTK_MPIRUN_EXE:FILEPATH=/usr/projects/hpcsoft/moonlight/openmpi/1.4.5-gcc-4.7/bin/mpiexec
> > \
> > -D VTK_USE_X:BOOL=ON \
> > /usr/projects/pv_dev/ParaView-3.98.1-git
> >
> >
> > =======================================================================73
> > <>Bucky Kashiwa PhD, PE <> Post: MS B216, Los Alamos, NM 87545 <>
> > <> Ofc: TA3-SM123-RM276 <>Email: bak at lanl.gov, kashiwa at qwest.net <>
> > <>Voice: 505-667-8812 <> Fax: 505-665-5926 <>
> > <> Home: 505-988-7332 <> Cell: 505-795-5581 <>
> > =======================================================================73
> >
> >
> > _______________________________________________
> > 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/20130411/c5e8f73e/attachment.htm>
>
> ------------------------------
>
> _______________________________________________
> 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
>
> End of ParaView Digest, Vol 108, Issue 36
> *****************************************
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130411/77a7739e/attachment-0001.htm>


More information about the ParaView mailing list