• Error codes

    From Charlotte Plant@3:633/280.2 to All on Sun Aug 11 22:06:49 2024
    Hiya, I'm using the sims 4 mod constructor by Zerbu, and when saving I'm ge= tting these error codes.
    I'm going around in circles trying to figure out what is causing it, and I'=
    m stuck!
    Can you help please?
    Thank you.
    Errors:
    There was an error compiling the generated Python script. This can happen i=
    f you tried to install Python but the isntallation was interrupted. Please = try running the installer again. It should be located in the "Python Instal= ler" subfolder of where you extracted Mod Constructor.
    Element ID: (No Element)
    Element Name: (No Element)
    - ---

    Could not find file 'C:\Users\Charl\OneDrive\Documents\The Sims 4 Mod Const= ructor\Projects\MetalMummysMods_Ehlers-DanlosMod\Python\__pycache__\MetalMu= mmysMods_Ehlers-DanlosMod.cpython-37.pyc'.
    Element ID: (No Element)
    Element Name: (No Element)
    - ---




    Sent from Outlook for iOS<https://aka.ms/o0ukef>

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Barry Scott@3:633/280.2 to All on Tue Aug 13 23:29:46 2024

    On 11 Aug 2024, at 13:06, Charlotte Plant via Python-list =
    <python-list@python.org> wrote:
    =20
    Hiya, I'm using the sims 4 mod constructor by Zerbu, and when saving =
    I'm getting these error codes.
    I'm going around in circles trying to figure out what is causing it, =
    and I'm stuck!
    Can you help please?
    Thank you.
    Errors:
    There was an error compiling the generated Python script. This can =
    happen if you tried to install Python but the isntallation was =
    interrupted. Please try running the installer again. It should be =
    located in the "Python Installer" subfolder of where you extracted Mod = Constructor.
    Element ID: (No Element)
    Element Name: (No Element)
    ---
    =20
    Could not find file 'C:\Users\Charl\OneDrive\Documents\The Sims 4 Mod =
    Constructor\Projects\MetalMummysMods_Ehlers-DanlosMod\Python\__pycache__\M= etalMummysMods_Ehlers-DanlosMod.cpython-37.pyc'.
    Element ID: (No Element)
    Element Name: (No Element)

    These are app specific errors. The most likely source of help will be to =
    ask Zerbu,=20
    who I assume is the author and maintainer.

    Barry


    ---
    =20
    =20
    =20
    =20
    Sent from Outlook for iOS<https://aka.ms/o0ukef>
    --=20
    https://mail.python.org/mailman/listinfo/python-list
    =20


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Albert-Jan Roskam@3:633/280.2 to All on Wed Aug 14 05:46:20 2024
    On Aug 13, 2024 15:29, Barry Scott via Python-list
    <python-list@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

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)