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

py2app is missing dependencies #479

Open HNT1807 opened 1 year ago

HNT1807 commented 1 year ago

Hello and thanks for your help!

My app opens correctly BUT py2app is not installing the dependencies for the modules used in my code, I'm using xlwings, and when I run the app on another computer using the terminal, it says "make sure to have appscript and psutil, dependencies of xlwings, installed". I tried adding these via the command line --packages, and I do see them in the lib folder of the app, but I still get the same error...what am I doing wrong?