-2

Who is familiar with py2app, how can the python code packaged by py2app not be placed in a tarball. And can be converted to so file

王可乾
  • 1
  • 1

1 Answers1

0

py2app does not support creating a shared library with the application's python code.

Ronald Oussoren
  • 2,715
  • 20
  • 29