Problem using cx_Freeze
Jim Schwartz
jschwar at sbcglobal.net
Mon Aug 15 19:51:02 EDT 2022
This link covers how to use BDist_dmg.
https://cx-freeze.readthedocs.io/en/latest/setup_script.html
Sent from my iPhone
> On Aug 15, 2022, at 12:11 PM, David at Booomer <david at boomer.org> wrote:
>
> 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