|
From: John H. <jd...@gm...> - 2007-06-27 20:36:51
|
On 6/27/07, Michael Droettboom <md...@st...> wrote: > I have a patch for this bug that prevents PDF writing on Python 2.5 (I > think OS X is a red herring in the bug report -- I was having the same > problem on Linux). Python 2.5 changed from > encodings.cp1252.encoding_map (a dictionary) to > encodings.cp1252.encoding_table (a tuple). > > http://sourceforge.net/tracker/index.php?func=detail&aid=1738494&group_id=80706&atid=560720 > > It looks like your patch has some line wrapping issues -- could you also attach the patch? Thanks, JDH |