Reputation: 33
I'm pretty new to programming and I've made a small Python application with tkinter and would like to host it on my GoDaddy website. I just can't seem to figure out how to connect the two.
Upvotes: 3
Views: 2819
Reputation: 367
If you have shared hosting account, Then you cannot use python scripts on go daddy. Because both cpanel and plesk shared hosting account does not support python. If you have deluxe or premium types hosting account then yes you can use python scripts. Even there also you can't use the modules which requires a compiler within virtual environment.
You have to enable SSH. For more you must contact their helping team..
Upvotes: 1