<div dir="ltr"><div>Ok thaks for help!<br><br></div>If i need to use vtk and pyqt5 is possible?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-25 18:39 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">In that case, yes, the directory you mentioned should work for your python.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Sep 25, 2014 at 10:32 AM, Marco Salatin <<a href="mailto:marco.salatin@gmail.com">marco.salatin@gmail.com</a>> wrote:<br>
>>>> print sys.path<br>
> ['', '/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',<br>
> '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages']<br>
><br>
><br>
> 2014-09-25 18:30 GMT+02:00 David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>>:<br>
>><br>
>> On Thu, Sep 25, 2014 at 10:15 AM, Marco Salatin <<a href="mailto:marco.salatin@gmail.com">marco.salatin@gmail.com</a>><br>
>> wrote:<br>
>> > I add this:<br>
>> ><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>
>> 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>
>><br>
>>  - David<br>
><br>
><br>
><br>
><br>
> --<br>
> ---<br>
> <a href="http://www.salatin.eu" target="_blank">www.salatin.eu</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>---<br><a href="http://www.salatin.eu" target="_blank">www.salatin.eu</a>
</div>