Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201165
Collapse All | Expand All

(-)DSV-1.4.0-orig/DSV/DSV.py (+7 lines)
Lines 124-129 Link Here
124
os.putenv('LANG', 'C')
124
os.putenv('LANG', 'C')
125
125
126
try:
126
try:
127
    import wxversion
128
    wxversion.select("2.6")
129
except Exception, e:
130
    print >> sys.stderr, "%s: wxPython 2.6 not installed." %e
131
    sys.exit(1)
132
133
try:
127
    from wxPython import wx, grid
134
    from wxPython import wx, grid
128
except ImportError:
135
except ImportError:
129
    wx = None
136
    wx = None

Return to bug 201165