Issue 9 in gui2exe: Include wxversion to be compatible with multi-wx platform

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 16, 2009, 5:17:52 PM10/16/09
to gui...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 9 by chrystal...@free.fr: Include wxversion to be compatible with
multi-wx platform
http://code.google.com/p/gui2exe/issues/detail?id=9

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

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

codesite...@google.com

unread,
Oct 17, 2009, 3:01:19 PM10/17/09
to gui...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 9 by andrea.gavana: Include wxversion to be compatible

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

Reply all
Reply to author
Forward
0 new messages