Re: [Paraview] importing paraview from ipython

2012-10-05 Thread the lily
Hi I have appended all the paths from pvpython to ipython but still not working now I get the following error ImportError: dlopen(/Applications/Paraview/Contents/Libraries/vtkCommonPython.so, 2): Library not loaded: @executable_path/../Libraries/libvtkCommonPythonD.pv3.14.dylib Referenced f

Re: [Paraview] importing paraview from ipython

2012-10-05 Thread the lily
thanks but how can I access the sys.path I mean where is that located ? Date: Fri, 5 Oct 2012 11:24:00 -0400 Subject: Re: [Paraview] importing paraview from ipython From: leo@kitware.com To: the.1.l...@hotmail.com CC: paraview@paraview.org Looks like your python paths aren't set up correct

Re: [Paraview] importing paraview from ipython

2012-10-05 Thread Yuanxin Liu
Looks like your python paths aren't set up correctly. I would do: - Run pvpython and do "import sys; print sys.path". You should see a bunch of paths related to ParaView python. - In ipython, append these paths to your sys.path. I think ipython also has a start up script, something like ipy_user

[Paraview] importing paraview from ipython

2012-10-05 Thread the lily
Dear all I would like to import Paraview from ipython but I get the following error ImportError: No module named paraview is there a way to connect paraview with ipython thanks___ Powered by www.kitware.com Visit