Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a Python script running on GoDaddy hosting?

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.

like image 326
Brett20 Avatar asked Dec 04 '25 14:12

Brett20


1 Answers

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

like image 138
Zaid Khan Avatar answered Dec 07 '25 16:12

Zaid Khan