this post was submitted on 20 Feb 2024
717 points (100.0% liked)

Programmer Humor

421 readers
44 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cupcakezealot@lemmy.blahaj.zone 62 points 9 months ago (1 children)

"why doesn't this python command line script have an executable ui?"

[–] Poutinetown@lemmy.ca 19 points 9 months ago (1 children)

Why is this executable web UI distributed as a python script?

[–] joyjoy@lemm.ee 16 points 9 months ago (2 children)

Why do I have to have python installed in order to use it? Why don't you bundle all the dependencies with the download?

[–] Poutinetown@lemmy.ca 8 points 9 months ago (1 children)
[–] cupcakezealot@lemmy.blahaj.zone 11 points 9 months ago (2 children)

five years later

i found this through google search and it says it's resolved but there's no information what the problem was and all of the links don't work anymore

[–] joyjoy@lemm.ee 11 points 9 months ago (1 children)

Locked thread and restricted to contributors

[–] cupcakezealot@lemmy.blahaj.zone 4 points 9 months ago

link is actually experts exchange and you have to register just to see the answer

[–] bermuda 5 points 9 months ago

links to 11 year old thread for tangentially related Windows Vista problem, locks current thread

[–] dan@upvote.au 5 points 9 months ago

Why don't you bundle all the dependencies with the download?

This is one reason I like statically compiled apps. You can just give users one executable and it'll work. This is common with apps written in Go, but it's doable (with some caveats) in C# now with AoT in .NET 8.