[Zope-DB] ZMySQL python 0.9.0 problem

andy andy@bigorangelovebus.net
Thu, 13 Mar 2003 11:46:57 +0000


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)

andy

Gareth Evans wrote:
> are you using the 2.1 python as this is the version that Zope uses and
> will have the correct path setting for distutils.
> you can check the path it is using
> 
>>>>import sys
>>>>sys.path()
>>>
> hope this helps sorry if not.
> G