Skip to content Skip to sidebar Skip to footer

Hosting Company Doesn't Support Webapp2 - What Can I Use In Its Place?

I'm trying to run a python file on a subdomain that I created. According to HostGator, python files are supported, but not the webapp2 framework, which I used throughout the file:

Solution 1:

Your question is really confusing, PIP is just a package manager, PIP is to python what NPM is to NodeJs. Deploying apps to Google Cloud is straightforward. First Install Google Cloud SDk and navigate to your application's root directory and run the command.

gcloud deploy

Post a Comment for "Hosting Company Doesn't Support Webapp2 - What Can I Use In Its Place?"