You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have attempted to build a MacOS app of tnz using py2app, but was not quite successful. I thought I'd give the results of my work, in case it's useful.
After taking a quick look at py2app, I don't believe you want to use the tnz setup.py, which is what I think APP = ['setup.py'] is doing. I think that the configuration your doing has similarities to the tnz setup.py. But in this case I think you want APP = ['tnz/zti.py'] ... which I think is similar to the tnz setup.py console_scripts entry_point zti=tnz.zti:main.
Also, you may need to include logging.json as a data file.
I have attempted to build a MacOS app of tnz using py2app, but was not quite successful. I thought I'd give the results of my work, in case it's useful.
Here's the link to py2app
pip3 install -U py2app
python3 tnzMacOS.py py2app
~/tnz/dist/tnz.app/Contents/MacOS
I get the following output:
Hope perhaps something there is useful
The text was updated successfully, but these errors were encountered: