Commit ed5fcc9bce0a60a4fea3728369690c8192fa9d0d

Authored by tatiana
1 parent 465d8924

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 29  
30 30 import wxversion
31 31 wxversion.ensureMinimal('2.8-unicode', optionsRequired=True)
  32 +wxversion.select('2.8-unicode', optionsRequired=True)
32 33  
33 34 import wx
34 35 import wx.lib.pubsub as ps
... ...