Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e422891 commit 894313bCopy full SHA for 894313b
1 file changed
setup.py
@@ -241,7 +241,7 @@ def add_dateutil():
241
build_wxagg(ext_modules, packages)
242
wxagg_backend_status = "yes"
243
else:
244
- print_message("WxAgg extension not required for wxPython < 2.8")
+ print_message("WxAgg extension not required for wxPython >= 2.8")
245
rc['backend'] = 'WXAgg'
246
247
# These are informational only. We don't build
0 commit comments