[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

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

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 s

Re: [Paraview] importing paraview from ipython

2012-10-05 Thread the lily
from: /Applications/Paraview/Contents/Libraries/vtkCommonPython.so Reason: image not found hope someone can help From: the.1.l...@hotmail.com To: leo@kitware.com Date: Fri, 5 Oct 2012 23:15:22 +0300 CC: paraview@paraview.org Subject: Re: [Paraview] importing paraview from ipython

Re: [Paraview] importing paraview from ipython

2012-10-06 Thread Pat Marion
leo@kitware.com > Date: Fri, 5 Oct 2012 23:15:22 +0300 > CC: paraview@paraview.org > > Subject: Re: [Paraview] importing paraview from ipython > > > thanks but how can I access the sys.path > > I mean where is that located ? > > > --------

Re: [Paraview] importing paraview from ipython

2012-10-06 Thread the lily
com Date: Sat, 6 Oct 2012 14:39:03 -0400 Subject: Re: [Paraview] importing paraview from ipython To: the.1.l...@hotmail.com CC: leo@kitware.com; paraview@paraview.org You need to set the environment variable DYLD_LIBRARY_PATH to the directory that contains libvtkCommonPythonD.dylib. Try enter

Re: [Paraview] importing paraview from ipython

2012-10-08 Thread Pat Marion
-- > From: pat.mar...@kitware.com > Date: Sat, 6 Oct 2012 14:39:03 -0400 > > Subject: Re: [Paraview] importing paraview from ipython > To: the.1.l...@hotmail.com > CC: leo@kitware.com; paraview@paraview.org > > > You need to set the en

Re: [Paraview] importing paraview from ipython

2012-10-09 Thread the lily
hen I try to import paraview > > > ImportError Traceback (most recent call last) > in () > > 1 from paraview import simple as pvsimple > > ImportError: No module named paraview > > From: pat.mar...@kitware.com > Date: Sat, 6 Oct 2012 14:39:0

Re: [Paraview] importing paraview from ipython

2012-10-11 Thread Pat Marion
ost recent call >> last) >> in () >> > 1 from paraview import simple as pvsimple >> >> ImportError: No module named paraview >> >> ---------- >> From: pat.mar...@kitware.com >> Date: Sat, 6 Oct 2012 14:39:03 -0400 &g