[reportlab-users] syntax error in doctemplate.py

Gerald Britton gerald.britton at gmail.com
Wed Nov 16 10:47:10 EST 2005


I get this:

I get this:

$ python
Python 2.4.2 (#1, Oct 13 2005, 10:24:56)
[GCC 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import reportlab.platypus.tables
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/reportlab/platypus/__init__.py",
line 13, in ?
    from reportlab.platypus.doctemplate import BaseDocTemplate,
NextPageTemplate, PageTemplate, ActionFlowable, \
  File "/usr/lib/python2.4/site-packages/reportlab/platypus/doctemplate.py",
line 108
    t, v, None = sys.exc_info()
SyntaxError: assignment to None
>>>


More information about the reportlab-users mailing list