Error codes
Albert-Jan Roskam
sjeik_appie at hotmail.com
Tue Aug 13 15:46:20 EDT 2024
On Aug 13, 2024 15:29, Barry Scott via Python-list
<python-list at python.org> wrote:
> Could not find file 'C:\Users\Charl\OneDrive\Documents\The Sims 4 Mod
Constructor\Projects\MetalMummysMods_Ehlers-DanlosMod\Python\__pycache__\MetalMummysMods_Ehlers-DanlosMod.cpython-37.pyc'.
> Element ID: (No Element)
> Element Name: (No Element)
========
Wild guess: do you have sufficicient permissions to write the .pyc files?
What happens if you run the program with the -B option?
https://docs.python.org/3/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE
More information about the Python-list
mailing list