Comment #1 on issue 22 by
dho...@gmail.com: import libtiff fails
http://code.google.com/p/pylibtiff/issues/detail?id=22
I looked into this and will try to fix it today. The problem is in the
4.0.3 header starting with this line:
#define CODINGMETHODS_T4_1D (1 << 1) /* !T.4 1D */
Since the value has spaces in it the string filtering cuts off everything
after "(1" which isn't valid python. The proposed solution doesn't seem to
work for me, I'm looking into it now. And unless I'm missing something
the "eval(value,d)" shouldn't be needed since there is a "if value in d"
check right above that.
The proposed solution fails on my machine because it doesn't remove the
whitespace after "FAXMODE_NORTC" and then doesn't match in the dictionary.
Still doesn't solve the TIFFTAG_COLORMAP undefined problem either.
Thanks for reporting the bug.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings