OS: Mac OSX 10.7.4
Python version: Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
BioImageXD version: 1.0 r1799
Extracted BioImageXD to home directory, made the required changes to .bash_profile. Go to BioImageXD directory and type "python BioImageXD.py"
Terminal output:
xxxxs-MacBook-Air:BioImageXD-1.0 xxxxxx$ python BioImageXD.py
Traceback (most recent call last):
File "BioImageXD.py", line 62, in <module>
import vtk
File "/Users/xxxxxx/BioImageXD-1.0/Libraries/python2.7/site-packages/vtk/init.py", line 41, in <module>
from common import *
File "/Users/xxxxxx/BioImageXD-1.0/Libraries/python2.7/site-packages/vtk/common.py", line 7, in <module>
from libvtkCommonPython import *
ImportError: dlopen(/Users/xxxxxx/BioImageXD-1.0/Libraries/python2.7/site-packages/vtk/libvtkCommonPython.so, 2): Library not loaded: /Users/bxd/BioImageXD/VTK_Build/bin/libvtkCommonPythonD.5.6.dylib
Referenced from: /Users/xxxxxx/BioImageXD-1.0/Libraries/python2.7/site-packages/vtk/libvtkCommonPython.so
Reason: image not found</module></module></module>
I have no idea who /Users/bxd is.
Anonymous
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
sorry for the duplication!
Libraries are looked from /Users/bxd directory if those cannot be found from the path specified by the user. Did you launched new terminal after editing .bash_profile file? That has to be done since file .bash_profile is executed only when new terminal is opened.