History for LiNux
??changed:- I haven't installed this on Linux personally. Here is the INSTALL document contained in beta3 of zoperl. **pyperl** Build instructions: - make sure your PATH is set up so that 'perl' and 'python' reference the versions of the language interpreters that you want to use. - If you are using Python-1.5.2, then you need to install the Distutils package version 0.9 or better first. - Run these commands: (cd Python-Object; perl Makefile.PL; make install) python setup.py install - You should now be able to run the test.py test script. python test.py **zoperl** The PerlMethod product requires the additional perl module Hack::Names to be installed. It is provided in the PerlMethod directory and installed with the normal perl drill: perl Makefile.PL && make install The installation script 'install.pl' can also be used for installation on Unix systems. It will verify that the python interpreter for Zope have a proper 'pyperl' installed and ask you about what products you want to enable before installing anything. Just invoke it as: perl install.pl