Have searched and tried things with no luck - I need Python3 developed in Visual Studio 2015 to write a state file on the RPi2 Windows 10 box when deployed. Running the python3 interactive shell in VS on the local windows 10 box this works fine: >>> r = open("C:/users/chuck/schedule.dict","w").write...