# How to use the Setup Python App

# 1. In cPanel, open **Setup Python App**.

1. Click **Create Application**.

2. Choose the Python version.

3. **Application Root**: folder where your application will be located.

4. **Application URL**: domain or subdomain that will run the app.

5. **Application Startup File** (initialization file), e.g., [*app.py*](http://app.py), [*main.py*](http://main.py).

6. **Application Entry Point** (name of the WSGI object).

7. Click **Create**.


![](https://support2.scriptcase.net/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbGhSIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--cd9b9c686c923d83fc268e11dd98dee686a36f54/Screenshot2025-08-15083558.png)

**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**.