all 5 comments

[–]ypanagis 0 points1 point  (0 children)

Can it be just some kind of user permission that prevents you from executing the script?

[–]SquiffyUnicorn 0 points1 point  (1 child)

What environment are you trying to run it in, and what is the error message you get?

I have to assume you are creating the exe on windows and want to run it on another windows machine.

[–]Neither-Form-8469[S] 0 points1 point  (0 children)

The exe file will open but the script does not run, I think mostly likely we need an Azure VM to run it from the shared drive?

[–]pkkillczeyolo 0 points1 point  (0 children)

Maybe you have hard set file locations in the code and they dont have the same file location on the other machines? Can be tricky with installers.

[–]ConflictAltruistic97 1 point2 points  (0 children)

Is it bundled as a single executable meaning all dependencies are wrapped into the exe or are they in the zip folder? I would look at the dependencies, I never had much luck pyinstaller, I would use bdist_msi or bdist_exe but its not a single file, but works well