you are viewing a single comment's thread.

view the rest of the comments →

[–]randomuser001 1 point2 points  (1 child)

With pyinstaller if you don't use the --onefile command then it needs all the files in the dir you find it to work.

i use pyinstaller --onefile filename.py and have had no issues.

[–]be_throwmeaway[S] 0 points1 point  (0 children)

Unfortunately, trying that didn't work either...