1 2 3 4 5 6 7 8 9 10 11
post_install() { cat <<EOF Use this code snippet to force 2.8 usage: import wxversion wxversion.select("2.8") http://wiki.wxpython.org/MultiVersionInstalls EOF }