I have a psychopy program that occasionally writes to a .txt file. I have a separate python file that is continuously detecting that .txt. However, I am finding that while my psychopy program is running, my python program does not have access to the .txt file, even when the psychopy program is not currently writing or reading the file.
Any ideas on why this may be? Or if this is an issue not related to psychopy maybe?