py2app icon indicating copy to clipboard operation
py2app copied to clipboard

Missing libraries

Open StefanJordan opened this issue 2 years ago • 2 comments

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.

StefanJordan avatar Jun 13 '23 09:06 StefanJordan

  • How did you install Python? (Homebrew, MacPorts, Python.org installer, ...)
  • Which Python version do you use?
  • Do you use a virtual environment?

ronaldoussoren avatar Jun 13 '23 09:06 ronaldoussoren

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.

StefanJordan avatar Jun 13 '23 09:06 StefanJordan