!Python3 fatal error
John Rickman (71) 646 posts |
Python has stopped working on my ARMX6.
The initial error reported is:
This is the first time I have tried to run python since updating to RISC OS 5.29(01 Feb 22). Can anyone suggest what is the likely cause? John |
Stuart Painting (5389) 714 posts |
The usual reason for “Filing system SCSI: must be given a filename” is that a null string has been supplied instead of a pathname. It might be worth checking what system variables Python is using, to see if any of them are not as expected following the upgrade to 5.29. |
John Rickman (71) 646 posts |
The usual reason for “Filing system SCSI: must be given a filename” is that a null string has been supplied instead of a pathname. Thanks for the suggestion it was very helpful. I put some debug in risospath and found that PythonUser$Dir was null which prompted a memory of moving !PythonUser out of PreDesk as part of the install of 5.29. |