patch to make libtiff_ctypes.py work with py2app
Closed this issue · 1 comments
GoogleCodeExporter commented
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.
Original issue reported on code.google.com by tho...@gmail.com
on 15 Jul 2010 at 3:35
Attachments:
GoogleCodeExporter commented
Thanks for the patch. I have applied it to svn.
Original comment by pearu.peterson
on 24 Jul 2010 at 12:07
- Changed state: Fixed