Problem using cx_Freeze

David at Booomer david at boomer.org
Mon Aug 15 12:30:41 EDT 2022


I’m trying to use cx_Freeze (https://pypi.org/project/cx-Freeze/) in a python app but running into an error message:

AttributeError: module 'cx_Freeze' has no attribute ‘BdistDMG’

I’m using Anaconda and error appears with the import command: from cx_Freeze import *

 From the terminal the command: python setup.py build gives much the same error.

I believe there is an issue specifying the output file name but don’t know how to resolve it.

Any suggestions, thanks. David




More information about the Python-list mailing list