https://pantsbuild.org/ logo
g

green-match-66337

09/06/2022, 2:38 PM
Has anyone used gunicorn + pex? I had a search in the channel and looks like a few have... I'm having issues getting the pex to bundle up my actual app with error
Copy code
ModuleNotFoundError: No module named 'main'
Are there any ways to debug this? Open up a Pex??
1
Found the issue - it should have APP_NAME.main:app
7 Views