How to use the Setup Python App
1. In cPanel, open Setup Python App.
-
Click Create Application.
-
Choose the Python version.
-
Application Root: folder where your application will be located.
-
Application URL: domain or subdomain that will run the app.
-
Application Startup File (initialization file), e.g., app.py, main.py.
-
Application Entry Point (name of the WSGI object).
-
Click Create.

Possible issues and solutions
Error 500 → Check if the Entry Point is correct (app in Flask, application in Django).
Permissions → All files must be in the folder configured in Application Root.