[Zope] how to install Sshell in Zope bindist
Andreas Wandel
wandel@math.uni-potsdam.de
Wed, 30 May 2001 23:17:53 +0200
It works !
Though there is no site-packages directory, i put the jaxml.py file to
/var/lib/zope/lib/python1.5 . No further changes to this advisory.
Thanks,
Andreas
Jerome Alet wrote:
> The simple solution is just to copy the jaxml.py file to the Zope embedded
> Python site-packages directory on your hard disk, if it exists, or anywhere
> else in your $PYTHONPATH
>
> Then copy the zshell.py file to your zope's $INSTANCE_HOME/Extensions
> directory on your hard disk, add this external method from the Zope's
> management interface, click on its "Test" tab, that's it !
>
> I've never installed a precompiled version of Zope, so I hope I didn't made
> too much mistakes, however just copy the two python files where they need
> to be copied, and this should work fine.