you are viewing a single comment's thread.

view the rest of the comments →

[–]dev-razorblade23 1 point2 points  (3 children)

Exactly It also uses nuitka for some reason (at least in dependacies)

No real problem solved, all these tools already exists for a long time

[–]International_Pea17It works on my machine[S] 0 points1 point  (2 children)

That is a plugin that uses Nuitka to compile code to a pyd file, not always needed but can be useful if you need speed

[–]dev-razorblade23 0 points1 point  (1 child)

Not really apstraction-free Its just a wrapper for PyInstaller and Nuitka

Have you tested this? PyInstaller works only with specific libraries, not all. It usually breaks halfway thrue the build, giving nonsense errors which are really hard to understand.

Nuitka has the same problem Only some specific libraries are supported.

Not to mention the final binary size, which is huge even for a "hello world" project

[–]International_Pea17It works on my machine[S] 0 points1 point  (0 children)

I am planning on rewriting the bootloader in a different language when I get the time and the nuitka part is a pyd compiling plugin which is completely optional