New issue 8 by thouis: patch to make libtiff_ctypes.py work with py2app
http://code.google.com/p/pylibtiff/issues/detail?id=8
ctypes.util.find_library() does not search the Frameworks directory in a
py2app build. This patch works around that problem.
It might be nice to add a function to steer pylibtiff to a particular
libtiff installation.
Attachments:
frozen.patch 701 bytes
Comment #1 on issue 8 by pearu.peterson: patch to make libtiff_ctypes.py
work with py2app
http://code.google.com/p/pylibtiff/issues/detail?id=8
Thanks for the patch. I have applied it to svn.