[Paraview] Python configuration issue
Martin Costabel
costabel at wanadoo.fr
Sat Nov 21 11:07:30 EST 2009
Fred Fred wrote:
> I am not a python specialist hence I can't understand where is the
> problem, since all environment variables seem to be ok:
[]
> LD_LIBRARY_PATH=/usr/local/ParaView3_BUILD/bin
> DYLD_LIBRARY_PATH=/usr/local/ParaView3_BUILD/bin
LD_LIBRARY_PATH and DYLD_LIBRARY_PATH should normally not be set on
MacOSX. They are not needed if the libraries are built with the right
install_name (which is not guaranteed when building with cmake, though.)
Instead, set PYTHONPATH to /usr/local/ParaView3_BUILD/bin.
--
Martin
More information about the ParaView
mailing list