I get no errors when I run pyinstaller. The .exe creates with no issues. When I run the .exe from the dist folder, it works fine. But when I copy/move the .exe to my desktop or any other folder, I get an error: Error loading Python DLL C:\python31 1 .dll’.
LoadLibrary: The specified module could not be found.
The instructions mentions a Pysearch folder, but I can't find one anywhere.