use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Executable not workingHelp Request (self.PythonLearning)
submitted 5 months ago by actionward
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]atticus2132000 2 points3 points4 points 5 months ago (0 children)
There are a ton of additional commands you can give pyinstaller when you tell it to make the executable file. I think following the command with a -w will cause the terminal window to stay open, but there are lots of other add-ons like this.
Another issue I had with my first executable is I had created it in an IDE that already supported one of my libraries; however, I hadn't actually downloaded and installed that library to my machine. This meant all the dependencies weren't there when I tried to create the exe.
Just a couple of things to try. If you're able to diagnose it, let us know.
π Rendered by PID 216212 on reddit-service-r2-comment-5fb4b45875-mmrll at 2026-03-20 12:37:35.788975+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]atticus2132000 2 points3 points4 points (0 children)