Hi,

The Python shell is not working in my branded app.  Below are the errors
appearing in the shell:


Python 2.6.2 (r262:71600, Jul 17 2009, 14:08:37)

[GCC 4.2.1 (SUSE Linux)] on linux2

>>> from paraview.simple import *

Traceback (most recent call last):

File "<string>", line 4, in <module>

File "/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py",
line 2891, in <module>

_createModules()

File "/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py",
line 2456, in _createModules

createModule('views', rendering)

File "/home/paul/DEV/BrandedApp/lib/paraview-3.7/paraview/servermanager.py",
line 2491, in createModule

proto.GetXMLLabel():

AttributeError: 'NoneType' object has no attribute 'GetXMLLabel'

>>>

>>>



 I do not get these errors if I run "pvpython" or the main "paraview" app.
Any ideas?

Thanks in advance,
Paul
_______________________________________________
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