K 10 svn:author V 6 jbeich K 8 svn:date V 27 2015-07-24T00:50:39.259960Z K 7 svn:log V 1104 devel/renpy: unbreak bundled python in distributions Don't remove *.pyo that ends up in game packages to fix $ tar xf foo-game-linux.tar.bz2 $ cd foo-game-linux $ /compat/linux/bin/bash -x foo-game.sh + SCRIPT=foo-game.sh + '[' -L foo-game.sh ']' ++ dirname foo-game.sh + ROOT=. ++ cd . ++ pwd + ROOT=/path/to/foo-game-dists/foo-game-linux ++ basename foo-game.sh .sh + BASEFILE=foo-game + '[' -z '' ']' + case "$(uname -s)-$(uname -m)" in ++ uname -s ++ uname -m + RENPY_PLATFORM=linux-i686 + ROOT1=/path/to/foo-game-dists/foo-game-linux + ROOT2=/path/to/foo-game-dists/foo-game-linux + for BASE in '"$ROOT"' '"$ROOT1"' '"$ROOT2"' + LIB=/path/to/foo-game-dists/foo-game-linux/lib/linux-i686 + test -d /path/to/foo-game-dists/foo-game-linux/lib/linux-i686 + break + exec /path/to/foo-game-dists/foo-game-linux/lib/linux-i686/foo-game -EO /path/to/foo-game-dists/foo-game-linux/foo-game.py Could not find platform independent libraries Consider setting $PYTHONHOME to [:] ImportError: No module named site PR: 201322 END