CVS users,
I have PV cvs compiled in full (i.e. PARAVIEW_BUILD_QT_GUI = ON) on one
cluster. No problem anywhere.
if I do another compilation (same cluster, same tools, same compiler)
but with PARAVIEW_BUILD_QT_GUI = OFF, I get these errors. Is the
"representations" stuff somehow missing if we compile without GUI?:
./bin/pvpython
Python 2.3.4 (#1, May 26 2007, 19:27:46)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from paraview.simple import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/apps-vis/PV/Utilities/VTKPythonWrapping/paraview/simple.py",
line 19, in ?
import servermanager
File
"/apps-vis/PV/Utilities/VTKPythonWrapping/paraview/servermanager.py",
line 2816, in ?
_createModules()
File
"/apps-vis/PV/Utilities/VTKPythonWrapping/paraview/servermanager.py",
line 2394, in _createModules
rendering = createModule('representations')
File
"/apps-vis/PV/Utilities/VTKPythonWrapping/paraview/servermanager.py",
line 2435, in createModule
iter = PropertyIterator(proto)
File
"/apps-vis/PV/Utilities/VTKPythonWrapping/paraview/servermanager.py",
line 1595, in __init__
self.SMIterator = aProxy.NewPropertyIterator()
AttributeError: 'NoneType' object has no attribute 'NewPropertyIterator'
--
Jean --
Swiss National Supercomputing Center
_______________________________________________
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