[vtkusers] ImportError: libvtkCommonPythonD.so.5.4

Denis Barbier bouzim at gmail.com
Wed Apr 21 05:53:52 EDT 2010


On 2010/4/21 Nicolas Courtiade wrote:
> thanks a lot!
> a part of the problem is solved... The problem came because i forgot to
> export the LD_LIBRARY_PATH.
> Now i can import vtk in a python shell, but not in my python IDE (i'm using
> scite) which outputs the same error as before when i try to compile.
> do i have to set other environment variables to make it work? (sorry if my
> questions seems very simple, but i'm a beginner with linux)

No idea, you should ask on a scite-dedicated mailing list.
By the way, you can run this command (as root) so that you do not have
to set LD_LIBRARY_PATH:
   echo /usr/local/lib/vtk-5.4 > /etc/ld.so.conf.d/local-vtk.conf

Denis



More information about the vtkusers mailing list