[Zope-DB] ZMySQL python 0.9.0 problem
Charlie Clark
charlie@begeistert.org
Thu, 13 Mar 2003 13:31:45 +0100
On 2003-03-13 at 12:46:57 [+0100], andy wrote:
> Thanks Gareth
>
> Python 2.1 is on the machine, but if I type python in the command line,
> it's the 1.5.2 version that starts off, not the 2.1 - I'm not sure if I
> need to remove the old python version? Zope evidently knows about 2.1
> because it's running happily at the moment anyway.
>
> Checking the path using the commands you gave returned TypeError: call of
> non-function (type list)
You'll need to install for the Python running in Zope, ie. not straight
python setup.py but call ~/zope/bin/python setup.py or similar (change the
path to suit your needs)
Charlie