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 _______________________________________________ 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
