[Paraview] Mac Paraview Bug
Adam Dershowitz
adershowitz at exponent.com
Wed Sep 18 15:57:12 EDT 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130918/5d2b6870/attachment.htm>
More information about the ParaView
mailing list