From: Dennis Lee Bieber
>
> On Wed, 17 Aug 2022 12:09:14 -0600, David at Booomer
> declaimed the following:
>
>> executables=[
>> Executable(
>>
>> "prjui.py","Maiui.py","about.py","dict.py
arguments.
Thanks again for any suggestions.
David
> From: Dennis Lee Bieber
> Subject: Re: Problem using cx_Freeze
> Date: August 15, 2022 at 8:18:54 PM MDT
> To: python-list@python.org
>
>
> On Mon, 15 Aug 2022 18:00:48 -0600, David at Booomer
> declaimed the foll
has self.
Thanks, David
> On Aug 15, 2022, at 5:51 PM, Jim Schwartz wrote:
>
> 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
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 comma