Logo

INSTALL

Last modified: 05/20/2006 07:49 AM
Author: Marc-Aurèle DARCHE
Revision: INSTALL.txt 31157 2005-12-30 14:49:22Z madarche
cd /tmp
tar xvf /home/download/_packages/pax-1.0a3.tar
cd pax
../python setup.py build
../python setup.py install

cd ..
tar xvf /home/download/_packages/OpenTAL-0.5.tar
cd OpenTAL
../python setup.py build
../python setup.py install


rm -rf ./pax ./OpenTAL

Troubleshooter: OpenTAL does not install ok using python2.4, but there's a workaround to make it work: just change the evaluateText method parameters (OpenTAL/Context.py, l.191 in version 0.5) from "def evaluateText(self, expr, None=None):" to "def evaluateText(self, expr):", as python2.4 does not allow assignments to None.

This site is powered by CPS, which includes CPSSkins. CPS and its design are Copyright © 2002-2006 Nuxeo SAS.
CPSSkins is Copyright © 2003-2006 Jean-Marc Orliaguet.
powered_by_nuxeo.png