I&#39;m trying to use the toolkit found at this site:<div><a href="http://www.vmtk.org">http://www.vmtk.org</a></div><div><br></div><div>It requires X11, with carbon and cocoa disabled. I&#39;m prepared to deal with shoddy performance... Id just like to get it working first =)</div>
<div><br></div><div><br></div><div>Regards,</div><div><br></div><div>-Preet<br><br><div class="gmail_quote">On Fri, Feb 27, 2009 at 10:11 AM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am curios as to why you are using X11 on OS X? I know everyone has their reasons.. Existing toolkits, existing code base.. But if you are doing python and vtk together you probably really want a carbon build as it will most likely render a bit quicker and the Apple supplied X11 is morbidly slow since they upgraded to a <a href="http://x.org" target="_blank">x.org</a>.<br>

  If you continue to use X11 on OS X Leopard I would suggest you download and install the <a href="http://xquartz.macosforge.org/downloads/X11-2.3.2.dmg" target="_blank">http://xquartz.macosforge.org/downloads/X11-2.3.2.dmg</a><br>

<br>
Release notes are here:<br>
<br>
<a href="http://xquartz.macosforge.org/trac/wiki/X112.3.2" target="_blank">http://xquartz.macosforge.org/trac/wiki/X112.3.2</a><br>
<br>
And the Apple X11 list can be found here.<br>
<br>
<a href="http://lists.apple.com/archives/x11-users/" target="_blank">http://lists.apple.com/archives/x11-users/</a><br>
<br>
Cheers<br>
_________________________________________________________<br>
Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer                  Dayton, Ohio<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
On Feb 27, 2009, at 8:57 AM, Preet wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="Wj3C7c">
I had posted some trouble I was having with getting VTK with Python wrapping working correctly in OS X Leopard (on pretty much a clean install of the OS).<br>
After compiling with the following options:<br>
<br>
VTK_SHARED_LIBS: ON<br>
VTK_USE_COCOA: OFF<br>
VTK_USE_CARBON: OFF<br>
VTK_USE_X: ON<br>
VTK_USE_GUISUPPORT: ON<br>
VTK_WRAP_PYTHON: ON<br>
CMAKE_INSTALL_PREFIX=/Users/preet/Development/VTKBin<br>
OPENGL_gl_LIBRARY:FILEPATH=/usr/X11R6/lib/libGL.dylib<br>
OPENGL_INCLUDE_DIR:PATH=/usr/X11R6/include<br>
<br>
I needed to set the environment variable DYLD_FALLBACK_LIBRARY_PATH since it was not pointing in the right location. I set the directory with:<br>
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/my/path/to/vtkinstall/lib/vtk-5.2<br>
<br>
Doing this let the files resolve correctly and I&#39;m able to type in &#39;import vtk&#39; at a python interpreter with no issues. I tried to download a sample python file that displays a basic cube but I get the following error:<br>

<br>
ircci-macpro12:vtk preetdesai$ python cube.py<br>
Traceback (most recent call last):<br>
  File &quot;cube.py&quot;, line 15, in &lt;module&gt;<br>
    mapper = vtk.vtkPolyDataMapper()<br>
AttributeError: &#39;module&#39; object has no attribute &#39;vtkPolyDataMapper&#39;<br>
<br>
I can confirm this file works fine on a similar linux (Ubuntu) install. Are there more things I need to set / change to get this working?<br>
<br>
<br>
Regards,<br>
<br>
-Preet<br></div></div>
_______________________________________________<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote>
<br>
</blockquote></div><br></div>