PDA

View Full Version : Python: How ?


9040
10-28-2006, 05:31 AM
Hi folks...

I wanted to know witch Python frameworks are there installed, and witch one should I use... can someone help me ?

Plus I wanted to know if I could use Python as I use PHP, for an example:

#index.php
echo '<html><head><title>TITLE OF MY PAGE</title></head><body><b>Some Text in bold</b></body></html>';

#index.py
print '<html><head><title>TITLE OF MY PAGE</title></head><body><b>Some Text in bold</b></body></html>'

This may sound stupid because I'm a beguiner... but is this possible ?

Thanks for all the help

9040
11-12-2006, 06:18 AM
This topic is becoming very old...
Does SiteGround at least support Python or is it a lie ?
Is mod_python installed ??
Can someone from the managment answer please ?

Tom
11-15-2006, 06:47 AM
This topic is becoming very old...
Does SiteGround at least support Python or is it a lie ?
Is mod_python installed ??
Can someone from the managment answer please ?

Hi,

Well, we do support python. Many customers have python scripts running on their accounts. However, you won't be able to use python the way you use php scripts. The reason is simple - we have python running as CGI, which means you will only be able to use python scripts inside the cgi-bin folder, when the correct permissions and interpretor are applied.

If you have troubles making a python script to run, please consult with our support team, they will be more than happy to assist you.

Make sure you only run python scripts under the cgi-bin folder.

coreynahin
05-03-2007, 10:37 PM
Tom,

How does one contact the support team to get a simple answer about Python? It seems that the only way is to sign up for Professional Services. That is ridiculous. There is no email or phone number. I can understand that you dont want people calling about every stupid question but ...

Anyhow, is mod_python installed?

Thanks.

kaloyan
05-07-2007, 05:11 AM
Mod_python is installed by default on our servers and you should be able to use it. If you want to ask a question you can do that here or post a ticket with your inquiry from your Customer's Area -> Get Support -> Get Support /helpdesk/.

mint3000
08-29-2008, 05:41 PM
Hi,

Is there any possible way to install the "Django" python framework? And possible get SSH access on a hosting account other than VPS or dedicated hosting?

Thanks,
Ryan.

sava
09-01-2008, 03:42 AM
I am afrid not, as Django is quite the ersource demanding script and will not be very suitable for a shared hsting server.

bluethor
12-26-2008, 08:55 PM
Does anyone know of tutorials for python on siteground? What exactly do I need to do to get a "helloworld" up?

Hristo.P
12-27-2008, 07:58 AM
Hello,

I am afraid that we do not have Python tutorials that we can offer you to read. You can, however, check on the documentation at http://www.python.org/ in order to receive more information on how to use it.