My script is not working after converting to EXE, it says failed to execute script, it has some external files in the same directory but it works as script but not as exe. It started give me this error since I Added a video with moviepy to the beginning as splash screen.
EDIT: I got this in cmd while converting: c:\python\python39\lib\site-packages\moviepy\video\io\sliders.py:61: SyntaxWarning: "is" with a literal. Did you mean "=="? if event.key is 'enter':
Or maybe it's because there are some modules that I don't have that are being imported in the module's scripts?