12466
Offtopic group for casual talking about anything. @rules_for_python still apply (except for the ontopic rule)
“I remember someone asked me what I want to be, and I told them an astronaut. They said, ‘Don’t look for money in space.’”
Читать полностью…
Then I don't understand how you expect to get help, you want someone that explains the documentation for you?
Читать полностью…
People saying that they don't want to install "stuff meant for developers" on their pc, and as well the fact that python on windows seems to get impossible to run, so as mostly all of the people I've reached out to use windows, making an executable seemed the best option
Читать полностью…
But whatever, is not like someone will write to you how it works better if you explain what's confusing from the documentation, what you have tried and what errors do you have
Читать полностью…
The existence of it doesn't mean it is always a good idea to use them
Читать полностью…
It's not for me, but for people who don't have the storage or just don't want to install python
Читать полностью…
I think it s due to the new wine update just dropped
Читать полностью…
Just stating what others say, even tho it's probably just not the case
Читать полностью…
I could say the specific issue I'm having, but that would just be lack of my understanding of the documentation, I think that if I actually understood it I could be able to fix it myself
Читать полностью…
I know python's runtime is incredibly small but that's the complaints I got, probably just lazy people ig
Читать полностью…
Then what's the point of Nuitka, Pyinstaller and other's existence?
Читать полностью…
So, people, listen... if you're writing Python code but at the end you're coming to ask how to compile it, how to hide the code, how to make a single executable (make a .exe file 🙄), or things like those, it means you don't know what you're doing, because that's not how Python works, that's not the way you should run your Python scripts, if you wanna do those things then change your programming language.
Yes, there are tools that make Python code to be one executable (compile it, convert to .exe, call it whatever you want) but, if you use them, it means you really know what you're doing and you won't be here asking how to achieve that task, otherwise just use other programming language.
If you're using Python to write code, you should know how it works and how to run your scripts without bloating them with unnecessary stuff.
Could anyone please explain to me how Nuitka works? I've used pyinstaller in the past but Nuitka has way more options and seems to be better, however it's documentation is very confusing and I failed to build my program many times
Читать полностью…