I found the problem. It turns out the exec file won't run if you are getting the compinit warning when you open up the terminal. I fixed that by running *chmod g-w,o-w <folder> *on folders that showed up when I ran *compaudit*.
Now, to find why the .app isn't running when I double click it... On Monday, October 4, 2021 at 3:00:30 PM UTC-5 Benjamin Juarez wrote: > 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 > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/da1163d3-5df0-4e92-9da8-851a75d4fc11n%40googlegroups.com.
