<div dir="ltr">>>> print sys.path<br>['', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages']<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-25 18:30 GMT+02:00 David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Sep 25, 2014 at 10:15 AM, Marco Salatin <<a href="mailto:marco.salatin@gmail.com">marco.salatin@gmail.com</a>> wrote:<br>
> I add this:<br>
><br>
> VTK_INSTALL_PYTHON_MODULE_DIR:PATH=/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages<br>
><br>
> is correct?<br>
<br>
</span>No, I don't think that will work.  The setting that I recommended was<br>
the following, because it is where all third-party python modules are<br>
installed on my system:<br>
<br>
VTK_INSTALL_PYTHON_MODULE_DIR:PATH=/Library/Python/2.7/site-packages<br>
<br>
Did you install your own python, instead of using the python that<br>
comes with OS X? If so, you might have to check to see what its<br>
default module path is:<br>
<br>
import sys<br>
print sys.path<br>
<span class="HOEnZb"><font color="#888888"><br>
 - David<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>---<br><a href="http://www.salatin.eu" target="_blank">www.salatin.eu</a>
</div>