If I open paraview 4.0.1 and then I select python shell, it opens, but I get 
the following error:


Python 2.6.7 (r267:88850, Oct 11 2012, 20:15:00)

[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin

from paraview.simple import *

Error: Cannot import vtkPVServerManagerApplicationPython

paraview version 4.0.1


I thought that I would try to manually import, so in the shell I tried and then 
I got this:

>>> from vtkPVServerManagerApplicationPython import *

Traceback (most recent call last):

File "<console>", line 1, in <module>

ImportError: 
dlopen(/Applications/paraview.app/Contents/Libraries/vtkPVServerManagerApplicationPython.so,
 2): Symbol not found: __ZNSt8ios_base4InitD1Ev

Referenced from: 
/Applications/paraview.app/Contents/MacOS/../Libraries/libvtkPVServerManagerApplicationPython26D-pv4.0.1.dylib

Expected in: 
/Applications/paraview.app/Contents/MacOS/../Libraries/libvtkFiltersModelingPython26D-pv4.0.1.dylib


>>>


So, it looks to me like a compile error in one of the internal shared libraries 
in 4.0.1.


--Adam

_______________________________________________
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