-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Cannot import _tkagg on windows 64 bits on 2.7 #7953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How does it fail (I do not have easy access to a win64 box to test on)? Does this also affect py3? attn @matthew-brett @cgohlke (sorry) |
Oups, forgot that piece of info when rewriting my bug report from #6442. I am also testing on py3 now |
I updated my findings on python 3 (same result) |
I don't think |
Ah, that makes sense. I will see if that works in embedded modes as well. |
@cournape Any update on this? |
Reported fixed in a private email. |
It looks like the tk backend is broken with 1.5.3 and 2.0.0 on windows, most likely following #6442
To reproduce:
python -c "import matplotlib.backends._tkagg"
, which fails:I have seen the same issue with:
The text was updated successfully, but these errors were encountered: