[Zope] Can Zope use a Different Python?
Stefan H. Holek
stefan@epy.co.at
Fri, 10 Nov 2000 20:16:55 +0100 (CET)
On Fri, 10 Nov 2000, Gary Perez wrote:
> We've got Zope 2.2.2 installed on a Linux box. We want to be able to use
> the full-up python that's on the box instead of the python interpreter
> that comes with Zope for playing with External Methods.
>
> Is there any way to circumvent Zope's python in this way?
get the source distribution
> Alternatively, we're plagued by import and attribute errors when
> accessing the External Methods. Will simply moving (or linking?) all the
> pieces (whatever.py, __init__.py, etc.) into a subdirectory of "Shared"
> fix the problem?
check your PYTHONPATH in the start script
hth,
stefan