TechnicalPirate
Results
2
issues of
TechnicalPirate
**Describe the bug** Since `cx_freeze-6.6` it appears that if you do not include `cx_logging` in your [build options](https://github.com/marcelotduarte/cx_Freeze/blob/main/cx_Freeze/samples/service/setup.py#L17) ``` options = { "build_exe": { "includes": ["ServiceHandler", "cx_Logging"], "excludes": ["tkinter"], }...
Hello, **Problem**: We convert our python tool into a binary using `cx_freeze` and pass it to Apple for notarization prior to deployment to client machines. When using Python 3.9 and...