Skip to content
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

AttributeError: 'FigureManagerBase' object has no attribute 'window' #22

Open
priyanshbrannen opened this issue Oct 12, 2018 · 5 comments

Comments

@priyanshbrannen
Copy link

priyanshbrannen commented Oct 12, 2018

I'm facing this issue in the program draw_box.py.
The images are loading one by one in Spyder IDE and even in Jupyter but the code :
bbox=plt.connect('key_press_event', toggle_selector)
key=plt.connect('key_press_event', onkeypress)
is not working properly. A new window is not popping up and no keypress event is being detected. Instead all the images in the directory are being loaded one by one if I comment out the setGeometry line.
What can be done?

@JChiangwh
Copy link

Have you solved the issue yet? I am stuck there as well

@ghost
Copy link

ghost commented Jan 26, 2019

me too

@MohamedAbd0
Copy link

you solved the issue yet?

@JChiangwh
Copy link

you solved the issue yet?

Turns out its Spyder IDE's problem I changed to Sublime text and it works for me

@akihirohh
Copy link

you solved the issue yet?

My problem here was that Spyder was outputting to the console. Change this in Graphics Output in Tools/Preferences/IPython Console/Graphics from Inline to Automatic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants