[Zope-dev] problems importing DCOracle

Michel Pelletier michel@digicool.com
Wed, 08 Mar 2000 15:01:25 -0800


Andrew Jeremy Lowe wrote:
> 
> I am trying having problems importing DCOracle.
> I am running python 1.5.2 on a standard RedHat 6.1 intel box with
> version 1.3.0 of DCOracle.  When I try to import DCOracle it complains
> about the lack ot a "Buffer" module.  I can't find a Buffer module
> anywhere, but there is a builtin function called "buffer".  Here is a
> transcript of my experiments.  Can you help?
> Sincerely,
> Andy Lowe

Buffer and buffer are totally unrelated.  buffer is python 'built-in'
and Buffer is a module that DCOracle depends on.

Why your DCOracle can't find Buffer however, is beyond me.  Is there a
Buffer.py in your DCOracle?

-Michel