[reportlab-users] Line-wrapping in tables
Robin Becker
robin at reportlab.com
Wed Apr 9 09:49:45 EDT 2014
Steve,
I made a py26 branch without the restriction. If I use that branch then I can
run all the reportlab open source tests without any errors. I get warnings about
deprecations in the tests.
> (t26) C:\Tmp\t26\repos\reportlab\tests>python runAll.py
> .......................................................................C:\Tmp\t26\repos\reportlab\tests\test_lib_utils.p
> y:129: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
> self.assertEquals(e.message, "Could not import 'reportlab.pdfgen.brush'")
> C:\Tmp\t26\repos\reportlab\tests\test_lib_utils.py:135: DeprecationWarning: BaseException.message has been deprecated as
> of Python 2.6
> self.assertEquals(e.message, "Could not import 'totally.non.existent'")
> C:\Tmp\t26\repos\reportlab\src\reportlab\lib\utils.py:300: DeprecationWarning: BaseException.message has been deprecated
> as of Python 2.6
> msg = "Exception raised while importing '%s': %s" % (modulename, e.message)
> C:\Tmp\t26\repos\reportlab\tests\test_lib_utils.py:142: DeprecationWarning: BaseException.message has been deprecated as
> of Python 2.6
> self.assert_('integer division or modulo by zero' in e.message)
> ........................................................................................................................
> .............................
> ----------------------------------------------------------------------
> Ran 220 tests in 153.391s
>
> OK
On 08/04/2014 21:12, Robin Becker wrote:
> I'm fairly sure it would work pretty well for 2.6. I'll try and make a
> branch in the morning.
.....
--
Robin Becker
More information about the reportlab-users
mailing list