[reportlab-users] Anybody else hungry for Image shapes?

Dinu Gherman reportlab-users@reportlab.com
Tue, 30 Jul 2002 15:20:09 +0200


Robin Becker:

> If I change setup.py line 11 from
>   return '\\"%s\\"' % string.join(map(lambda k,D=D: D.get(k,'?'),K),'.')
>
> to
>   return '"%s"' % string.join(map(lambda k,D=D: D.get(k,'?'),K),'.')
>
> then things work fine.

I guess if the distutils folks don't respond this string could
easily be a conditional one, depending on sys.platform, isn't
it?

So, how is this little funny thing named test_renderPM.py
supposed to work??

Dinu