oh yeah another thing, you might want to try putting the main.exe file outside of the data folder. if you dont know how to do that without it crashing, simply import all python scripts like this:
from data.code.game import *
from data.code.main_menu import *
etc
simply apply that to every python script you've written for your game and it should be able to run fine outside the data folder