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

(-)Mattricks-0.7-orig/Mattricks/Commonwx.py (+7 lines)
Lines 17-22 Link Here
17
# along with this program; if not, write to the Free Software
17
# along with this program; if not, write to the Free Software
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
20
try:
21
    import wxversion
22
    wxversion.select("2.6")
23
except Exception, e:
24
    print >> sys.stderr, "%s: wxPython 2.6 not installed." %e
25
    sys.exit(1)
26
20
from wxPython.wx import *
27
from wxPython.wx import *
21
from Common import *
28
from Common import *
22
29

Return to bug 201317