Kay Hayen

Results 1287 comments of Kay Hayen

But how is `project` supposed to be a directory and a file at the same time? That is just not going to work. Data files are copied before the DLL...

I changed `copyDataFiles` to be done after DLL discovery, and then to check if the paths conflict with what's given. So now this does the following: > FATAL: Error, data...

I only considered standalone here. You are correct, using the same name would not be necessary. In fact the bootstrap generically detects what the main binary is by virtual of...

Ok, adding this ought to work ``` if not isWin32OrPosixWindows() and Options.isOnefileMode() and not onefile: result += ".bin" ```

So, with this, the check still covers DLLs and extension module file conflicts, which is good to have either way, even if they are a lot less likely.

This affects Nuitka (the Python compiler) and Python 3.11 or higher. We as a project want to use zig as a backend C compiler, with long term hope of being...

This is probably newer kivy or newer SDL, checking it out now. We currently do not cover Kivy in Nuitka-Watch. I already have an example that also uses `kivymd` apparently,...

So it seems `kivymd` needs more data file directories these days, but it's flashing the Window before crashing on a lack of it. I was using these ``` ivy==2.2.1 Kivy-Garden==0.1.5...