<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 25, 2017 at 2:30 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">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 dir="ltr">As a quick follow-up, I took J-C's new wheel builder for a spin today (<a href="https://github.com/jcfr/VTKPythonPackage" target="_blank">https://github.com/jcfr/VTKPy<wbr>thonPackage</a>), and very quickly got a wheel that I could install on my Mac.  I had to set DYLD_LIBRARY_PATH for "import vtk" to work.  I'm guessing the @loader_path magic (via delocate or other means) isn't implemented yet?</div></blockquote><div><br></div><div>I ran delocate-wheel, and the resulting wheel worked fine.  However, the wheel contained two copies of all the dylibs: one copy inside the vtk/ module, and another copy inside a .dylibs subdir.  The loader_path was set for the latter.</div><div><br></div><div> - David</div><div><br></div></div></div></div>