Kay Hayen
Kay Hayen
The absent imports from the first import leg now give static `ImportError` and therefore are no longer assignments, giving the other branch a chance to become the main branch, however...
When I try either orientation of the imports in the try/except with the backport installed, and stdlib having `importlib.metadata` it works, but it doesn't work when the backport is tried...
Actually, the only thing that was missing is for the list of trusted imports, that are creating an exception, to not only do `importlib.metadata` but also `importlib_metadata` and then it's...
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 if...
This is now on the develop branch, part of the current pre-release and should be part of the immanent 1.2 release. I found that indeed, for some variations, there was...
This is now on the develop branch, part of the current pre-release and should be part of the immanent 1.2 release.
The bad thing is, onefile does not even use this value in your case. It is for onefile intended to allow usage below below `%CACHE_DIR%` or `%HOME%` and the like....
``` File "C:\Users\kayha\repos\Py2C\nuitka\build\SconsUtils.py", line 523: f.write("#define %s %s\n" % (key, makeCLiteral(value))) File "C:\Python39_64\lib\encodings\cp1252.py", line 19: return codecs.charmap_encode(input,self.errors,encoding_table)[0] ``` So, happens for me. I guess, using the OS provided encoding for...
On your system, you probably have a different code page, which lets this through.
Yes, forcing to UTF-8 preserves your company name properly. I believe only Windows should be affected. Thanks for reporting. Also make sure to consider https://nuitka.net/doc/commercial.html if you are a commerical...