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 bf2b673 commit 0f28908Copy full SHA for 0f28908
1 file changed
lib/matplotlib/backends/wx_compat.py
@@ -24,9 +24,9 @@
24
raise ImportError(missingwx)
25
26
try:
27
- wx_version = StrictVersion(wx.VERSIONSTRING)
+ wx_version = StrictVersion(wx.VERSION_STRING)
28
except ValueError:
29
- wx_version = LooseVersion(wx.VERSIONSTRING)
+ wx_version = LooseVersion(wx.VERSION_STRING)
30
31
# Ensure we have the correct version imported
32
if wx_version < str("2.9"):
0 commit comments