make win uses 2.7

This commit is contained in:
mdipierro
2012-07-26 05:43:46 -05:00
parent cf89cbbff4
commit 155c2f4919
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ app:
mv ../web2py_osx/web2py_osx.zip .
win:
echo 'did you uncomment import_all in gluon/main.py?'
python2.5 -c 'import compileall; compileall.compile_dir("gluon/")'
python2.7 -c 'import compileall; compileall.compile_dir("gluon/")'
find gluon -path '*.pyc' -exec cp {} ../web2py_win/library/{} \;
cd ../web2py_win/library/; unzip ../library.zip
cd ../web2py_win/library/; zip -r ../library.zip *
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-25 21:12:30) dev
Version 2.00.0 (2012-07-26 05:43:41) dev