summarylogtreecommitdiffstats
path: root/wxpython2.8.install
blob: ca3178bce33f6c27c9e2d77d50cc82114d3ebfe6 (plain)
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
}