<div dir="ltr"><div><div>Dear Alan,<br><br></div>Sebastien recently posted this:<br><div><br><div>import sys</div><div>pv_path = '/Users/<span class="">seb</span>/work/code/ParaView/build-ninja'</div>
<div>sys.path.append('%s/lib' % pv_path)</div><div>sys.path.append('%s/lib/site-packages' % pv_path)</div><div><br></div><div>from paraview.simple import *</div><br></div>Where pv_path is the path to the ParaView build. This seems to work well for me. Can you give it a try?<br>
<br></div>Best regards,<br>Patrick<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 6:24 PM, Scott, W Alan <span dir="ltr"><<a href="mailto:wascott@sandia.gov" target="_blank">wascott@sandia.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div>
<font face="Calibri"><span style="font-size:11pt">
<div>I have a user that wants to use ParaView from within generic python (not pvpython).  Unfortunately, I am somewhat struggling.  Does anyone have any ideas?</div>
<div> </div>
<div>I am running the version of Python that was used to build ParaView (i.e., probably no version mismatch).</div>
<div> </div>
<div>setenv LD_LIBRARY_PATH  .../Python-2.7.5/lib/</div>
<div>setenv PYTHONPATH  ....paraview-install/lib/paraview-4.1/site-packages</div>
<div> </div>
<div>..../Python-2.7.5/bin/python  </div>
<div> </div>
<div>Python 2.7.5 (default, Jun 17 2013, 15:20:04) </div>
<div>[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux</div>
<div>Type "help", "copyright", "credits" or "license" for more information.</div>
<div>>>> import sys</div>
<div>>>> from paraview.simple import *</div>
<div>Error: Could not import vtkCommonComputationalGeometryPython</div>
<div>Traceback (most recent call last):</div>
<div>  File "<stdin>", line 1, in <module></div>
<div>  File "..../lib/paraview-4.1/site-packages/paraview/simple.py", line 41, in <module></div>
<div>    import servermanager</div>
<div>  File "..../lib/paraview-4.1/site-packages/paraview/servermanager.py", line 48, in <module></div>
<div>    import paraview, re, os, os.path, new, sys, atexit, vtk</div>
<div>  File "..../lib/paraview-4.1/site-packages/paraview/vtk/__init__.py", line 7, in <module></div>
<div>    from vtkCommonCorePython import *</div>
<div>ImportError: No module named vtkCommonCorePython</div>
<div>>>></div>
<div> </div>
<div>So, my question is, where does vtkCommonCorePython come from?  There isn’t a vtkCommonCorePython.py in the tree, but is a ..../lib/paraview-4.1/site-packages/vtk/vtkCommonCorePython.so.  How does this get linked in?</div>

<div> </div>
<div>Thanks,</div><span class="HOEnZb"><font color="#888888">
<div> </div>
<div>Alan Scott</div>
<div> </div>
<div> </div>
<div> </div>
</font></span></span></font>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>