Index: thuban/thuban.py
===================================================================
--- thuban.orig/thuban.py	2011-11-03 16:45:05.000000000 +0100
+++ thuban/thuban.py	2011-11-03 16:52:03.000000000 +0100
@@ -8,6 +8,9 @@
 # Read the file COPYING coming with Thuban for details.
 
 import sys, os
+import wxversion
+wxversion.select("2.8")
+
 import Thuban
 
 import wxversion
