You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explanation="The wxAgg extension can not be built using the mingw32 compiler on Windows, since the default wxPython binary is built using MS Visual Studio"
475
478
else:
476
479
wxconfig=find_wx_config()
@@ -491,15 +494,14 @@ def check_for_wx():
491
494
gotit=True
492
495
493
496
ifgotit:
494
-
ifgetattr(wx, '__version__', '0.0')[0:3] <'2.8':
495
-
module=Extension("test", [])
496
-
add_wx_flags(module, wxconfig)
497
-
ifnotfind_include_file(
498
-
module.include_dirs,
499
-
os.path.join("wx", "wxPython", "wxPython.h")):
500
-
explanation= ("Could not find wxPython headers in any of %s"%
497
+
module=Extension("test", [])
498
+
add_wx_flags(module, wxconfig)
499
+
ifnotfind_include_file(
500
+
module.include_dirs,
501
+
os.path.join("wx", "wxPython", "wxPython.h")):
502
+
explanation= ("Could not find wxPython headers in any of %s"%
0 commit comments