this post was submitted on 20 Feb 2024
1218 points (98.4% liked)

Programmer Humor

18961 readers
346 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
[–] [email protected] 28 points 6 months ago (1 children)

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

[–] [email protected] 27 points 6 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?

[–] [email protected] 15 points 6 months ago (1 children)
[–] [email protected] 17 points 6 months ago (1 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

[–] [email protected] 17 points 6 months ago (1 children)

Locked thread and restricted to contributors

[–] [email protected] 9 points 6 months ago (1 children)

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

[–] [email protected] 4 points 6 months ago

Expert sexchange, you say?

[–] [email protected] 3 points 6 months ago (1 children)

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.

[–] [email protected] 4 points 6 months ago

Assuming the user uses the same OS that the developer runs, and that they release a statically compiled app for. In this example, I see the project is python and docker is mentioned in thrbdocs, while not 100% my bet is that the output would still not be the .exe file that thhis entitled asshole is demanding.