(David) Siu-Kei Muk

Results 26 comments of (David) Siu-Kei Muk

It turns out that the class `ast.Str` is removed from the standard library starting from Python 3.12. It requires an update on the tool dependencies. I'm working on it and...

The fix has been pushed out. Please update to version 0.3.2 and try again, thanks

Could you provide a sample package that reproduces the error when merak tries to build the binary?

I'll take a look

It appears that the `absolufy_import` library fails in a couple of legitimate use cases, and `rope` might not have taken care of the module moves properly. It ended up requiring...

The issue is fixed. Please upgrade to 0.3.3.1 and try again. Please note that Customtkinder's binary built by `merak` will not work properly due to the nature of module flattening...

Thanks for reporting. I've patched the tool, please upgrade to v0.3.3.2 and try again

Regarding the package path, one can also define a module just under the main package and extract package location from there. Say, the module is defined in `customtkinter/datalib.py` and inside,...

This seems to be related to `CYTHON_PEP489_MULTI_PHASE_INIT=0` option. I'll take a look

I've tried removing the flag and this is what I see. It appears that I've passed the `"customtkinter\\___windows_widgets_theme.py", line 4` mark and the error comes from line 9 & 11,...