# HG changeset patch # User Goffi # Date 1395166648 -3600 # Node ID cb66dffdf9b2a26b8d74275285c8450721bf5995 # Parent 35a43d0dc032866fb0e9840f4fa7c33a78cbf28f misc: fixed python version in INSTALL: on wheezy, only python2.6 works with pyjamas (on libervia.org, may change for different environment) diff -r 35a43d0dc032 -r cb66dffdf9b2 INSTALL --- a/INSTALL Mon Mar 17 18:30:07 2014 +0100 +++ b/INSTALL Tue Mar 18 19:17:28 2014 +0100 @@ -38,7 +38,7 @@ You can need to force a python version if libervia's compilation doesn't work, for example: - python2.7 boostrap.py + python2.6 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: