ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

Missing libraries #494

Open StefanJordan opened 1 year ago

StefanJordan commented 1 year ago

When I ran py2app I found that the following libraries were missing: libffi.8.dylib libtk8.6.dylib, libtcl8.6.dylib. Only when I copied them to Contents/Frameworks/ it worked and the app could be used (by me).

I am using Ventura 13.4.

ronaldoussoren commented 1 year ago
StefanJordan commented 1 year ago

Python 3.10.10 It is installed at miniconda3/bin/python3 No virtual environment is used.

I copied the libraries from miniconda3/lib/libffi.8.dylib etc.