[reportlab-users] Installation problem reportlab.pdfgen.canvas on Python 2.3

John J. Lee reportlab-users@reportlab.com
Mon, 23 Aug 2004 09:54:22 +0100 (GMT Daylight Time)


On Sat, 21 Aug 2004, Brian Ray wrote:

> Ran setup without problems. Am unable to generate documentation. Narrowed it
> down to this:
>
>     .>>> import reportlab.pdfgen
>     .>>> import reportlab.pdfgen.canvas
>     Fatal Python error: Interpreter not initialized (version mismatch?)
>     Abort trap
>
> I'm on:
>
>     reportlab-1_19
>     Python 2.3
>     Darwin Kernel Version 7.5.0
>
> Also built from darwinport, but the result is the same.
>
> Does report lab run on 2.3? Any ideas?

Yes, it certainly runs on 2.3.

Are you sure you don't have two versions of Python installed, and / or two
versions of the ReportLab toolkit?  (not necessarily both installed by
you)


John