From: SourceForge.net <no...@so...> - 2006-05-31 20:57:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3758541 By: violinwoman I am using Eclipse 3.1.1 with PyDev 1.0.8 to develop an application that uses VTK (The Visualization Toolkit - www.kitware.com). Previously, everything was working fine. I had to upgrade and recompile VTK to get access to some newer features and to use MangledMesa. I am now using VTK version 5.0. I also changed the location of VTK, but I updated my PYTHONPATH variables to reflect the change. Since the upgrade, I cannot run the project in Eclipse. If I run the program directly from the command line outside Eclipse, it works fine. Here is the error I get in Eclipse: ImportError: libvtkCommonPythonD.so.5.0: cannot open shared object file: No such file or directory I have set my system PYTHONPATH outside Eclipse to: /home/shari/vtk-bin/bin:/home/shari/vtk-bin/Wrapping/Python:/usr/lib/python2.4/s ite-packages/wx-2.6-gtk2-unicode:/usr/local/lib I have set the same directories in my PYTHONPATH in Eclipse both in the Project -> Properties menu and in the Window -> Preferences menu. In addition, I can see the file libvtkCommonPythonD.so.5.0 in both /usr/local/lib and /home/shari/vtk-bin/bin. (Could the problem be that the file is in both locations?) Does anyone have any idea what I might have done wrong? Thanks! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |