py2app
py2app copied to clipboard
Missing libraries
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.
- How did you install Python? (Homebrew, MacPorts, Python.org installer, ...)
- Which Python version do you use?
- Do you use a virtual environment?
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.