Problem using cx_Freeze

jschwar at sbcglobal.net jschwar at sbcglobal.net
Mon Aug 15 17:45:39 EDT 2022


I see a class called BdistDMG in the module called bdist_mac.py.  Did you try importing that from cx_freeze?

-----Original Message-----
From: Python-list <python-list-bounces+jschwar=sbcglobal.net at python.org> On Behalf Of David at Booomer
Sent: Monday, August 15, 2022 11:31 AM
To: python-list at python.org
Subject: Problem using cx_Freeze

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


-- 
https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list