Kay Hayen
Kay Hayen
Seems they changed the code, I have made it more robust, but I didn't test it, can you do it @KRRT7 ? Thanks for your report, this is fixed on...
That should be impossible with the config: ``` - module-name: 'win32com.server.register' # checksum: cb126a6d anti-bloat: - replacements_plain: 'pythoncom.frozen': '1' 'sys.frozen': 'True' change_function: 'ReExecuteElevated': "'''raise (RuntimeError('Nuitka: Needs to be elevated already,...
I saw it also when I use `--show-source=win32com` so I guess you might have used the wrong version of Nuitka like stable, which it is not yet a part of.
I am going to pretend this is solved, I think you were mistaken. Should it be observed untrue, please open a new issue.
Does this involve some Qt bindings at all, or what is providing the Window?
This feels similar to a popular issue for Qt, namely that some plugins fail to work, due to dependencies not being included, which caused cosmetic errors. I will have to...
Talking of `cefpython3` here.
So, I found the culprit, post tags are indeed loosing their ordering, so the postcard2 template produces a different ordering of the tags for each rendering of the page. In...
Obviously with `ordered-set` from PyPI, this becomes `from ordered_set import OrderedSet` . Let me know if I should make a PR out of it. It would be nice if it...
I think it might be natural to expose the order of the tags provided by the user. That is what `OrderedSet` gives me now. It only removes duplicates. That of...