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
342 stars 36 forks source link

PySide6 app does not build #456

Open UHaider opened 2 years ago

UHaider commented 2 years ago

I am using following

Python 3.9 Pyside6 py2app 0.28.2 Maocs Big Sur

When I try to package the app. I get following error

File "/home/documents/test/mvenv/lib/python3.9/site-packages/py2app/build_app.py", line 1431, in run_normal
    o = __import__(m)
  File "shibokensupport/signature/loader.py", line 93, in feature_import
  File "shibokensupport/feature.py", line 127, in feature_import
IndexError: tuple index out of range

When I run using -A or alias flag it runs fine.