-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
The Matplotlib import fails if wxversion
is not installed, even though wxPython does not seem to come with wxversion
by default (at least not 3.0 on OS X) and I can't find a straight forward way to install wxversion (neither wxpython.org nor pypi). As far as I can see all wxversion
is needed for is wxversion.ensureMinimal(str('2.8'))
(
wxversion.ensureMinimal(str('2.8')) |
Line 1782 in f4217db
wxversion.ensureMinimal('2.8') |
wx.__version__
in case wxversion
is missing? If so I could make a corresponding PR.Metadata
Metadata
Assignees
Labels
No labels