• Error codes

    From Charlotte Plant@21:1/5 to All on Sun Aug 11 12:06:49 2024
    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)
    ---

    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)
    ---




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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Barry Scott@21:1/5 to All on Tue Aug 13 14:29:46 2024
    On 11 Aug 2024, at 13:06, Charlotte Plant via Python-list <python-list@python.org> wrote:

    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)
    ---

    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)

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

    Barry


    ---




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


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Albert-Jan Roskam@21:1/5 to All on Tue Aug 13 21: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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)