summarylogtreecommitdiffstats
path: root/wxpython2.8.install
diff options
context:
space:
mode:
Diffstat (limited to 'wxpython2.8.install')
-rw-r--r--wxpython2.8.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/wxpython2.8.install b/wxpython2.8.install
new file mode 100644
index 000000000000..ca3178bce33f
--- /dev/null
+++ b/wxpython2.8.install
@@ -0,0 +1,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
+}