-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
File save dialog output goes to python terminal on OS X #3476
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
This seems to be a duplicate of #665, but the solution there (checking if Python is installed as a framework) doesn't seem to fix it. |
Which backend are you using? Tkagg or the Mac OS X native backend? |
@amadio ping |
Hi @tacaswell I'm sorry, completely forgot about this issue. I don't have access to a Mac right now, and won't have for the next three months, so I can't check what backend I was using. Feel free to close this issue, I can open another when I get back home and can test this again. |
I can reproduce this on a Mac with the macosx backend, Anaconda Python and current master of matplotlib. -- I should add it may be due to Anaconda Python not being a true Framework build. |
Scratch that: If started with |
For anyone working with scikit-learn: Same issue here:
A workaround solution for Anaconda python:
Use |
I'm going to close this, since importing Matplotlib without using |
I install matplotlib on OS X using a Gentoo prefix install. Everything seems to work ok. The only problem I've encountered so far is that when I try to save something to a file, I can't change the filename on the dialog box, because the keyboard strokes go to the terminal where I am running python. I don't know if this is a matplotlib issue or a issue in tkinter from Python, but matplotlib is the only place where I have this problem.
The text was updated successfully, but these errors were encountered: