1 2
- sendmail.py: ImportError: No module named generator (08.05.07) more
- tests/8.py (13.02.07) — tests/8.py shows another bug which occurs in more complex form also in other tests: more
- No module named sip (07.02.07) — Version 0.6.28 has a problem. Something that is needed hasn't been packaged. I'll look at this tomorrow. more
- Win32TextPrinter.insertImage() inserts at wrong position (19.01.07) — There is a bug in Win32TextPrinter.insertImage() that causes it to insert images at the wrong position if x and y are specified. Possible that this feature (introduced in 20061128) has been tested only on PdfTextPrinter.
- TextPrinter.newline() uses wrong leading (21.12.06) — prn2pdf and prnprint have a bug: newline() uses the wrong leading when the font size has changed since the last write(), but no actual text has been written using the new font size. It uses the leading of the old font size instead.
- sizes of fonts and images (23.10.06) — Another problem reported in prn2pdf renders box characters (21.10.06) was the fact that prn2pdf doesn't correctly size the image in 5.prn. more
- comparing Unicode and string (16.10.06) — Here is something that surprises me. more
- prnprint used an unexpected font (15.10.06) — prnprint produced unexpected result on a machine that had another monotype font besides "Courier New" installed. I changed Win32TextPrinter to request "Courier New" as font face name. And I added a new command-line parameter --fontName in case somebody wants to use another font than Courier New. more
- Non-Ascii filenames (12.10.06) — Another UnicodeError appeared after 20061009: it happens when there are non-ascii filenames. When Session.buildMessage inserts them into the encoded message string, the string becomes a Unicode string again...
- UnicodeEncodeError in Sync when exefied (06.10.06) — There is still a UnicodeEncodeError in the exefied version of sync when using it on a machine with French locale. more
- Test 77 failed (19.09.06) — I noticed that test 77 fails. more
- prnprint and chcp (10.09.06) — prnprint has problems when printing in another codepage than the default console codepage. I created a file cp437box.txt to reproduce the problem. more
- ImportError: No module named xml.sax.saxutils (05.09.06) more
- Test 73 fails (30.08.06) — Test 73 fails and I have no idea why: more