[Zope] Install Error
Paul Williams
paul@maximpact.net
Wed, 30 Jul 2003 15:03:39 -0400 (EDT)
On Wed, 30 Jul 2003, Morris Hooten - SES System Admin wrote:
> Paul-
>
> I have the PYTHONPATH path set to a intall of python-2.2.2 and its exe.
> Is this correct?
>
> python-2.2.2
>
> PYTHONPATH=/usr/local/bin/python
>
> Thanks
Try PYTHONPATH=/usr/local/lib/python
or PYTHONPATH=/usr/local/lib/python2.2
if you are using python2.2
IF I recall, you are using Zope 2.6.1, which I think would run better with
python2.1
If you would rather use python 2.2, or have to, then try using zope2.7
which although beta uses python2.2 I think.
One other thing to be careful of is if you downloaded a binary version of
zope it has it's own python which your environment may be finding first.
Check with
which python
from the command line
Paul