<br><br><div class="gmail_quote">On Mon, Feb 20, 2012 at 11:28 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Feb 20, 2012 at 8:24 AM, Yifei Li <<a href="mailto:yifli82@gmail.com">yifli82@gmail.com</a>> wrote:<br>
<br>
> RuntimeError: the sip module implements API v8.0 to v8.1 but the<br>
> vtk.vtkFilteringPythonSIP module requires API v7.1<br>
><br>
> Is the sip I have (4.13.2) too new for VTK? How do fix this issue?<br>
<br>
</div>You probably have two versions of sip installed on your computer.<br>
Make sure that all of the SIP variables in your cmake cache are<br>
pointing to the version of sip that you want to use.<br></blockquote><div><br></div><div>I do have two versions of sip: one is from the system, and the other is installed by myself. </div><div>All the SIP variables look right (pointing to my own sip):</div>
<div><br></div><div>SIP_EXECUTABLE: FILEPATH=/tmp/yifli/bin/sip </div><div>SIP_INCLUDE_DIR:PATH=/tmp/yifli/include</div><div>SIP_PYQT_DIR:PATH=/tmp/yifi/share/PyQt4</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Also, why are you building everything in /tmp instead of in a more<br>
permanent location? On many Linux/UNIX systems (including OS X)<br>
the contents of /tmp are erased whenever the computer reboots.<br></blockquote><div><br></div><div>This is the only place I have writable permissions on, and the quota on my home is very limiting.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font color="#888888"><br>
- David<br>
</font></blockquote></div><br>