rpy-frame icon indicating copy to clipboard operation
rpy-frame copied to clipboard

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

Open moltra opened this issue 3 years ago • 1 comments

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

moltra avatar Jan 17 '22 07:01 moltra

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?

peterdolenc avatar Jan 17 '22 09:01 peterdolenc