<div dir="ltr">Also, if you want to do a Debug build of VTK (and only in this case), you can install the python debug info:<div><br></div><div>    sudo apt-get install python-dbg</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 6:50 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Manjunath,<div><br></div><div>Unfortunately, you cannot remove paths from vtkpython.</div><div><br></div><div>You're facing a problem that happens to many users: you have multiple copies of python on your computer, and the python you used to build VTK is not the same as the python that you usually run from the command line.</div><div><br></div><div>First, you should make sure that you have the python-dev package installed:</div><div><br></div><div>    sudo apt-get install python-dev<br></div><div><br></div><div>Then, in your VTK build, make sure that CMakeCache.txt points to the system python:</div><div><br></div><div>    PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python<br></div><div>    PYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7</div><div>    PYTHON_LIBRARY:FILEPATH=/usr/lib/<a href="http://libpython2.7.so" target="_blank">libpython2.7.so</a></div><div><br></div><div>Then, when you build VTK, your "vtkpython" will use all of the same paths as the system python.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div> - David</div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 6:27 AM, Manjunath K E <span dir="ltr"><<a href="mailto:ke.manjunath@gmail.com" target="_blank">ke.manjunath@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi David Gobbi,,<br><br></div>Thank you very much for the reply.<br><br></div>The path obtained for <b>python</b> is<br>==================================<br>/usr/local/lib/python2.7/dist-packages/pip-7.1.0-py2.7.egg<br>/usr/lib/python2.7<br>/usr/lib/python2.7/dist-packages<br>/usr/local/lib/python2.7/site-packages<br>/usr/lib/python2.7/lib-dynload<br>/home/manju/manju/academics/iiitb/project/codes/qt<br>/usr/lib/python2.7/plat-x86_64-linux-gnu<br>/usr/lib/python2.7/lib-tk<br>/usr/lib/python2.7/lib-old<br>/usr/local/lib/python2.7/dist-packages<br>/usr/local/lib/python2.7/dist-packages/Numeric<br>/usr/lib/python2.7/dist-packages/PILcompat<br>/usr/lib/python2.7/dist-packages/gtk-2.0<br>/usr/lib/pymodules/python2.7<br>/usr/lib/python2.7/dist-packages/ubuntu-sso-client<br>/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode<br>=============================<br>The path obtained for <b>vtkpython</b> is<br>==================================<br>/usr/lib/python2.7<br>/usr/lib/python2.7/dist-packages<br>/usr/local/lib/python2.7/site-packages<br>/usr/lib/python2.7/lib-dynload<br>/home/manju/manju/academics/iiitb/project/codes/qt<br>/home/kitware/Desktop/vtkbuild/build/install/lib/python27.zip<br>/home/kitware/Desktop/vtkbuild/build/install/lib/python2.7<br>/home/kitware/Desktop/vtkbuild/build/install/lib/python2.7/plat-linux2<br>/home/kitware/Desktop/vtkbuild/build/install/lib/python2.7/lib-tk<br>/home/kitware/Desktop/vtkbuild/build/install/lib/python2.7/lib-old<br>/home/kitware/Desktop/vtkbuild/build/install/lib/lib-dynload<br>============================================<br><br><br></div>How can, I make vtkpython to have same path as that of python.<br>How can I remove the certain (kitware-related) paths from vtkpython.<br><br></div>Thanks a lot.<br></div><div class="gmail_extra"><span><br clear="all"><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><font color="#ff0000"> </font><font color="#ff6600">Thanks and Regards,</font></div><div><font color="#3366ff"><br></font></div><div><span style="color:rgb(51,102,255)"> Manjunath K E</span><font color="#3366ff"></font></div><div><font color="#3366ff"><span style="color:rgb(241,194,50)"> Help Ever Hurt Never</span><br></font></div><div><font color="#3366ff">  </font></div></div></div></div></div></div></div></div></div></div></div></div>
<br></span><div><div><div class="gmail_quote">On Tue, Aug 11, 2015 at 5:50 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Manjunath,<div><br></div><div>Get a list of the paths within "python" and "vtkpython" to see what the differences are:</div><div><br></div><div>    import sys</div><div>    for p in sys.path: print p</div><div><br></div><div>  - David<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 5:40 AM, Manjunath K E <span dir="ltr"><<a href="mailto:ke.manjunath@gmail.com" target="_blank">ke.manjunath@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>I have installed vtkpython 6.3.0.rc1 and pyQt5.2.1 manually.<br><br></div>If I run a python script then it is working well without any error.<br><br></div>But, if i run in "vtkpython" interpretor mode, i have following errors.</div><div><div><div><div><br>I have set the <b>$PYTHONHOME </b>to contain <b>PyQt5 </b>but still problem exists.<br><br><b>export PYTHONPATH=/usr/lib/python2.7:/usr/lib/python2.7/dist-packages:/usr/local/lib/python2.7/:/usr/local/lib/python2.7/site-packages/usr/lib/python2.7/lib-dynload:$PYTHONPATH<br></b><br>manju@iiitb-gvcl-Z800:~/manju/qt$vtkpython<br>vtk version 6.3.0<br><b>Could not find platform independent libraries <prefix><br>Could not find platform dependent libraries <exec_prefix><br>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]<br></b>Python 2.7.2 (default, Feb 12 2015, 18:30:44) <br>[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> <br><b>>>> from PyQt5.QtWidgets import *</b><br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>ImportError: /usr/lib/python2.7/dist-packages/sip.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8<br><b>>>> from PyQt5.QtWidgets import QApplication, QDialog</b><br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>ImportError: cannot import name QApplication<br><br><b>No error for below code</b><br>>>> from PyQt5 import *<br>>>> <br><br></div><div>Please help.<br><br></div><div><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><font color="#ff0000"> </font><font color="#ff6600">Thanks and Regards,</font></div><div><font color="#3366ff"></font></div><div><span style="color:rgb(51,102,255)"> Manjunath K E</span><font color="#3366ff"></font></div><div><font color="#3366ff"><span style="color:rgb(241,194,50)"> Help Ever Hurt Never</span><br></font></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>