[Zope-DB] Oracle 8i dco2.pyd

Piotr Kral piotr.kral at euro.coig.pl
Mon Jul 5 07:38:24 EDT 2004


Użytkownik Davis Mr MR napisał:
> Hi,
> 
> I don't suppose anyone has built a dco2.pyd for python 2.3.3 on either 
> windows or Linux (or both), that they would like to make available.
> 
It's quite simple (I found it on google ;-) ):
due to the reason that DEFS is not defined in the python 2.3
config/Makefile the sedscript does not generate definition of DEFS

solution:
change
DEFS= (at)DEFS(at) to DEFS=
in src/Makefile.pre.in

and dont forget to set the right python version
PYTHON=/path/to/python2.3/bin/python

then run
make -f Makefile.pre.in boot
make



Piotr Kral



More information about the Zope-DB mailing list