rpy-frame
rpy-frame copied to clipboard
trying to run in andacona spyder in windows cannot exit program without exiting thread
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
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?