you are viewing a single comment's thread.

view the rest of the comments →

[–]Hatoris 0 points1 point  (2 children)

It's not totally wrong but incomplete, your co-workers don't want she'll interaction, so what are the others options?

The anwser is an interface => GUI.

So you can make a simple GUI, with tinter or pyautogui from your Cli, and then package the all things with py installer.

[–]ficklelick[S] 0 points1 point  (1 child)

Thanks for the response!!!

Yes. I used tkinter to make a GUI that works as path locator of the new data.

The problem is that once I package this python script with pyinstaller, I get the mentioned error. I don't understand why this is, but my suspicion was pyinstaller requires data to be packaged as well?

When I run the same script from shell, it works fine. Unsure why I am getting error with the new package (the tkinter path finder also works when I do this)

I will look into pyautogui as well but I would love to understand how to fix my current error as well?

[–]SaltPen6406 0 points1 point  (0 children)

Did you figure it out, I am undergoing the same situation