# HG changeset patch # User souliane # Date 1448377505 -3600 # Node ID 9ad1a551c26d467d9e29618a13415746d37fffe5 # Parent bfe2f09d208e25a7035895d8870883f7ae870115 INSTALL: forcing python version should be with 2.7 and not 2.6 diff -r bfe2f09d208e -r 9ad1a551c26d INSTALL --- a/INSTALL Tue Nov 24 14:24:27 2015 +0100 +++ b/INSTALL Tue Nov 24 16:05:05 2015 +0100 @@ -35,13 +35,13 @@ the package from our FTP. wget ftp://ftp.goffi.org/pyjamas/pyjamas.tar.bz2 - tar xjf pyjamas.tar.bz2 + tar xvjf pyjamas.tar.bz2 cd pyjamas python bootstrap.py -You can need to force a python version if libervia's compilation doesn't work, for example: +You may need to force the python version if libervia's compilation doesn't work: - python2.6 boostrap.py + python2.7 boostrap.py Salut à Toi and Libervia are being developped with Python 2.7.3. You can check that it works by compiling the helloworld example: