Thanks, this is fixed in trunk already.
On Thu, Nov 8, 2012 at 2:25 AM, Michael Tobis <
mto...@gmail.com> wrote:
> On my first invocation of rst2pdf I hit
>
> Traceback (most recent call last):
> File "/Library/Frameworks/Python.framework/Versions/2.7/bin/rst2pdf", line
> 8, in <module>
> load_entry_point('rst2pdf==0.92', 'console_scripts', 'rst2pdf')()
> ...
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rst2pdf-0.92-py2.7.egg/rst2pdf/styles.py",
> line 527, in __init__
> reportlab.platypus.tables.CellStyle1.fontname=self['base'].fontName
> AttributeError: 'module' object has no attribute 'CellStyle1'
>
> And indeed it has no such attribute. Changing line 527 to refer to
> CellStyle.fontname (no numeral 1) fixed the problem.
>
> mt
>