Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created November 28, 2012 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epifanio/4162012 to your computer and use it in GitHub Desktop.
Save epifanio/4162012 to your computer and use it in GitHub Desktop.
Last login: Wed Nov 28 06:24:53 on ttys000
epi:~ epi$ python
Python 2.7.3 (default, Nov 23 2012, 23:49:02)
[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/VTK-5.10.0-py2.7.egg/vtk/__init__.py", line 41, in <module>
from vtkCommonPython import *
ImportError: dlopen(/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/VTK-5.10.0-py2.7.egg/vtk/vtkCommonPython.so, 2): Library not loaded: /tmp/vtk-7115/VTK/build/bin/libvtkCommonPythonD.5.10.dylib
Referenced from: /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/VTK-5.10.0-py2.7.egg/vtk/vtkCommonPython.so
Reason: image not found
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment