<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi<div><br></div><div>brew should work out of the box.</div><div>If you need a fast installation, and don’t mind using brewed python,</div><div>you can try my binaries:</div><div><br></div><div><a href="https://github.com/iMichka/homebrew-MacVTKITKPythonBottles">https://github.com/iMichka/homebrew-MacVTKITKPythonBottles</a></div><div><br></div><div><span style="color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25px;">brew install iMichka/MacVTKITKPythonBottles/imichka-vtk</span></div><div><span style="color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25px;"><br></span></div><div>Michka</div><div><br><div><div>On 27 sept. 2014, at 09:59, Marco Salatin <<a href="mailto:marco.salatin@gmail.com">marco.salatin@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr">If i use brew is better?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-27 8:57 GMT+02:00 Marco Salatin<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:marco.salatin@gmail.com" target="_blank">marco.salatin@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr">Like QT_QMAKE_EXECUTABLE?</div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">2014-09-27 8:55 GMT+02:00 Marco Salatin<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:marco.salatin@gmail.com" target="_blank">marco.salatin@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr"><div><div>Ok,<br></div>    <span class="Apple-converted-space"> </span>to use vtk with pyqt4 i need to configure something when i install vtk?<br><br></div><div>Thanks</div></div><div class="gmail_extra"><div><br><div class="gmail_quote">2014-09-26 14:23 GMT+02:00 David Gobbi<span class="Apple-converted-space"> </span><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: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;">The QVTKRenderWindowInteractor.py hasn't been updated for PyQt5 yet,<br>but you might be able to do the modifications yourself.<br><div><br>On Fri, Sep 26, 2014 at 12:20 AM, Marco Salatin <<a href="mailto:marco.salatin@gmail.com" target="_blank">marco.salatin@gmail.com</a>> wrote:<br>> Ok thaks for help!<br>><br>> If i need to use vtk and pyqt5 is possible?<br>><br>> 2014-09-25 18:39 GMT+02:00 David Gobbi <<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>>:<br>>><br>>> In that case, yes, the directory you mentioned should work for your<br>>> python.<br>>><br>>><br>>> On Thu, Sep 25, 2014 at 10:32 AM, Marco Salatin <<a href="mailto:marco.salatin@gmail.com" target="_blank">marco.salatin@gmail.com</a>><br>>> wrote:<br>>> >>>> print sys.path<br>>> > ['',<br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',<br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',<br>>> ><br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',<br>>> ><br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',<br>>> ><br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',<br>>> ><br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',<br>>> ><br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',<br>>> ><br>>> > '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',<br>>> ><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" target="_blank">david.gobbi@gmail.com</a>>:<br>>> >><br>>> >> On Thu, Sep 25, 2014 at 10:15 AM, Marco Salatin<br>>> >> <<a href="mailto:marco.salatin@gmail.com" target="_blank">marco.salatin@gmail.com</a>><br>>> >> wrote:<br>>> >> > I add this:<br>>> >> ><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>>> ><span class="Apple-converted-space"> </span><a href="http://www.salatin.eu/" target="_blank">www.salatin.eu</a><br>><br>><br>><br>><br>> --<br>> ---<br>><span class="Apple-converted-space"> </span><a href="http://www.salatin.eu/" target="_blank">www.salatin.eu</a><br></div></blockquote></div><br><br clear="all"><br></div><span><font color="#888888">--<span class="Apple-converted-space"> </span><br>---<br><a href="http://www.salatin.eu/" target="_blank">www.salatin.eu</a></font></span></div></blockquote></div><br><br clear="all"><br></div></div><span class="HOEnZb"><font color="#888888">--<span class="Apple-converted-space"> </span><br>---<br><a href="http://www.salatin.eu/" target="_blank">www.salatin.eu</a></font></span></div></blockquote></div><br><br clear="all"><br>--<span class="Apple-converted-space"> </span><br>---<br><a href="http://www.salatin.eu/" target="_blank">www.salatin.eu</a></div>_______________________________________________<br>Powered by<span class="Apple-converted-space"> </span><a href="http://www.kitware.com/">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<span class="Apple-converted-space"> </span><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at:<span class="Apple-converted-space"> </span><a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a></div></blockquote></div><br></div></body></html>