py2app can't find installed and included package py2app can't find installed and included package flask flask

py2app can't find installed and included package


Are the modules 'flask', 'jinja2', 'message' just .py files or are they full packages with itit.py files in them?

try:

setup(py_modules=['flask', 'jinja2', 'message']

if they are .py modules that you created and call from 'Glutton.py'