Commit ed5fcc9bce0a60a4fea3728369690c8192fa9d0d
1 parent
465d8924
Exists in
master
and in
6 other branches
FIX: wxPython version under Ubuntu [fix #166]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/invesalius.py
@@ -29,6 +29,7 @@ if sys.platform == 'win32': | @@ -29,6 +29,7 @@ if sys.platform == 'win32': | ||
29 | 29 | ||
30 | import wxversion | 30 | import wxversion |
31 | wxversion.ensureMinimal('2.8-unicode', optionsRequired=True) | 31 | wxversion.ensureMinimal('2.8-unicode', optionsRequired=True) |
32 | +wxversion.select('2.8-unicode', optionsRequired=True) | ||
32 | 33 | ||
33 | import wx | 34 | import wx |
34 | import wx.lib.pubsub as ps | 35 | import wx.lib.pubsub as ps |