I'm getting an error when I click to open my exe file. It tries to execute the script, but it errors out printing something like:
no such file or directory: Users/testUser/Projects/Python/WebScrapers/dist/scraperTest.py
When I open a new Terminal window, and add a "/" before "Users", it works.
Any way I can force the "/" when executing the file by clicking on the exe?
Thanks in advance!
Ben