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

trying to run in andacona spyder in windows cannot exit program without exiting thread #1

Open
moltra opened this issue Jan 17, 2022 · 1 comment

Comments

@moltra
Copy link

moltra commented Jan 17, 2022

I have cloned this in anaconda / spyer and cannot get it to exit without closing the thread. Any Idea what could be causing it?

Here is what is installed in the conda env:
packages.txt

@peterdolenc
Copy link
Owner

I'm not familiar with anaconda / spyer. The keyboard listener is running in a separate thread and then on escape key triggers the main thread to call os.exit(0).

Do you get the console print out from
print("Quit button pressed.")
?

Does keyboard generally work for you - for example space should toggle the date display by default I think?

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

2 participants