Kay Hayen
Kay Hayen
So, I am adding workarounds, basically enforcing the use of short names for MinGW64 but we need to create an empty file to know the shortname, and then it seems...
So, cleaning up things, Nuitka in Scons now checks if the target filename is encodable, and if not, changes it to "_nuitka_temp.pyd" or "_nuitka_temp.exe" and after successfully compiling, uses a...
So, compiling now works for modules even with output directories, but now I get this: ``` Nuitka: Launching '键开启C\dist\开启.cp310-win_amd64.pyd'. Traceback (most recent call last): File "", line 2, in ImportError:...
So, it seems it uses something called `punycode` for the entry points, and now it was complaining about it not returning a 2 phase init object, and not having per...
So, I added that entry point change, and the 2 phase module load successfully as well. And then there was also an issue with the filename of DLL being wrong,...
Thanks for your report, this is fixed on the factory branch, which is a development version under rapid development. You can try it out by going here: https://nuitka.net/doc/factory.html Feedback on...
It would seem, that you should be able to compile in your environment with the exact options successfully now with the factory version. Let me know if that's true. When...
That doesn't look like Python code, but a data file, when I renamed it to `.py` which is what you intended probably, I indeed got a crash from the `NameError`....
So, I have updated factory with fixes for this. The code was assuming it can always take a UTF8 string for the exception, but that's not true, and for Python3...
Actually `--disable-console´ has had no effect on macOS for a while now. What do you mean with "directly"? How sure are we that macOS itself handles this fine, or that...