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

Brian Ray reportlab-users@reportlab.com
Sat, 21 Aug 2004 12:29:44 -0500


> From: Robin Becker <robin@reportlab.com>
> 
> Did any shared libraries get built by the setup? Our stuff should run
> without the accelerators at least for simple use.

Thanks for the tip.

It looks like this might be the accelerator, yes? :

/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/_rl_accel.so

(also removed _rlsetup.so)

I then was able to import canvas. However, I am still generate the
documents, it fails on other modules with the same message:

    Fatal Python error: Interpreter not initialized (version mismatch?)

Is there any way to know what modules depend on these accelerators? Any good
workarounds? 

I use a Mac strictly for development and Linux for production.