Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 29th Jan 2024 at 2:35 PM
Default ModuleNotFoundError: No module named 'sims4'
I am trying to run a script reloader which is suppose to allow me to reload a script without having to restart the game. But I keep getting this error. I got the script here https://sims4studio.com/post/191591/thread I am using Pycharm Community Edition, and using Python 3.7 I have already got the sims 4 python scripting code, which comes with the decompile_all.py which gives me all the files like base, core, generated, etc that should contain the sims4 module. is there something I need to edit in the code for it to pick it up or something? I am new to python scripting. Thanks in advance.
Back to top