Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>According to Godaddy, they can be able to use Python 2.7.2, and you may program if you have a deluxe edition of their web hosting. The way I understand it, python will work the moment you type the directory location of your python installation on the first row: </p> <pre><code> #!/usr/local/bin/python2.7 </code></pre> <p>But, when I tried to test it, it does not work. I enabled SSH on my account. I tried to connect with Putty, and it works if I run it. But, the problem is, the site just does not show up. </p> <p>I tried to check what the version of Python is. I found out it is Python 2.4.3. So, I tried to locate their directory. I found that it may be: </p> <pre><code> #!/usr/local/bin/python2.4 </code></pre> <p>Or </p> <pre><code> #!/usr/local/bin/python2.4/site.py - (not sure) </code></pre> <p>I tried every directory and changed every syntax possible. Nothing works.</p> <p>Here is the article for supporting Python: <a href="http://support.godaddy.com/help/article/7254/can-i-use-python-272-with-my-hosting-account?locale=en" rel="nofollow">http://support.godaddy.com/help/article/7254/can-i-use-python-272-with-my-hosting-account?locale=en</a></p> <p>So, either of the answers may be correct, according to my observation: </p> <ul> <li>Godaddy claims they support Python. But don't have the capacity to support it. </li> <li>Godaddy supports Python. But, their tech supports don't know how their servers works.</li> <li>Godaddy claims they support Python. But, they really don't.</li> </ul> <p>But before jumping into conclusions, I have requested the change of my Godaddy Python Server to 2.7. I'll update this post once I found out.</p> <p><strong>Update:</strong> Godaddy claims that you may be able to run Python on Virtual Private Server or Dedicated Server, which I think is possible since you are running your own computer. Technically, you can install anything on your own computer. So, if Python runs, Django may run, but I doubt if they know how to support it.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload