Export to GitHub

gui2exe - issue #9

Include wxversion to be compatible with multi-wx platform


Posted on Oct 16, 2009 by Massive Kangaroo

I have two different versions of wx installed on my system: 2.6 and 2.8. Unfortunately 2.6 is used by default. To avoid this, the following do the job: import wxversion wxversion.select('2.8')

Place it just before wx import

Comment #1

Posted on Oct 17, 2009 by Massive Kangaroo

Fixed in SVN (using wxversion.ensureMinimal("2.8") instead of wxversion. select("2.8")), thank you for the bug report.

Status: Fixed

Labels:
Type-Defect Priority-Medium