473,382 Members | 1,204 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Is hostmonster any good for hosting python?

According to hostmonster's list of features, they do support python.
Does anybody have any experience with hostmonster?

Oct 10 '07 #1
4 5205
On Oct 10, 1:27 pm, walterbyrd <walterb...@iname.comwrote:
According to hostmonster's list of features, they do support python.
Does anybody have any experience with hostmonster?
I'm using host monster to run my html-only site. However, I want to
add some python cgi, and I'd prefer to extend that to the Django
framework. I've had some issues getting cgi support. I've IM'd with a
tech rep and all they could tell me is that "yes, they do support
python cgi." From what I've seen, they don't have the mod_python
module installed for Apache. Without mod_python, I don't think you can
install Django. Not sure about other pythonic web frameworks.

Outside of the cgi support, host monster has been pretty good to work
with. They have a pretty slick control panel. Also, they use CentOs 4
and an older version of python.

HTH,
J

Oct 11 '07 #2
>According to hostmonster's list of features, they do support python.
>Does anybody have any experience with hostmonster?

I'm using host monster to run my html-only site. However, I want to
add some python cgi, and I'd prefer to extend that to the Django
framework. I've had some issues getting cgi support. I've IM'd with a
tech rep and all they could tell me is that "yes, they do support
python cgi." From what I've seen, they don't have the mod_python
module installed for Apache. Without mod_python, I don't think you can
install Django. Not sure about other pythonic web frameworks.
While vanilla CGI is a really bad idea for Django, in addition to
mod_python, Django supports FastCGI for deployment if your
hosting service doesn't give you mod_python access.

-tkc

Oct 11 '07 #3
I should have mentioned, I am thinking about using a python framework,
either django, turbogears, or pylons.

I think these frameworks require a newer version of python, maybe 2.4.
Also, I think some of them require a newer version of Apache - 2.0 or
better. I also think these python frameworks all work with fastcgi,
which - I think - is possible with hostmonster. Although fastcgi is
acceptable, it is generally not the preferred solution.

I do not think you will get reasonable performance with CGI, even if
factcgi/mod_python/wsgi are not officially required.

Also, I doubt you will find mod_python on any "standard" shared
hosting. To get mod_python you will need 1) a host that speciallizes
in python - like webfaction. 2) a virtual host 3) something like
hcoop.net, which may be sort-of like a virtual host. BTW: hccoop.net
has a long-running freeze on new memberships.

Please correct me if I'm wrong about any of this.

Oct 11 '07 #4
I should have mentioned, I am thinking about using a python framework,
either django, turbogears, or pylons.

I think these frameworks require a newer version of python, maybe 2.4.
I can't speak for the others, but I know Django can be deployed
with 2.3+ (though they offer some nicities if using 2.4).
Also, I think some of them require a newer version of Apache - 2.0 or
mod_python requires Apache 2.x so if you're deploying with
mod_python, yes. However, if you deploy with lighty+fastcgi,
it's moot what version of Apache you have. :)
better. I also think these python frameworks all work with fastcgi,
which - I think - is possible with hostmonster. Although fastcgi is
acceptable, it is generally not the preferred solution.
The preferred Django deployment environments are

- Apache + mod_python
- Apache + FastCGI
- lighttpd + FastCGI
I do not think you will get reasonable performance with CGI, even if
factcgi/mod_python/wsgi are not officially required.
No...with plain-ol'-CGI, performance is abysmal...the entire
framework would be reloaded for each request. Possibly feasible
for development if you're patient and have nothing better, but
CGI is a generally bad idea.
Also, I doubt you will find mod_python on any "standard" shared
hosting.
To get a python-framework environment, you usually have to get a
better hosting service as the need for mod_python or fastcgi
limits you to these hosting services. That means no
bottom-of-the-barrel priced hosting services (which usually just
offer static pages, basic CGI, or PHP).

If one *must* use python in a CGI environment, I'll plug WebStack
(the author lurks here on c.l.p, IIRC) which does a nice job of
abstracting deployment environments so you can deploy to a
variety of targets with minimal fuss. I have several projects in
the wild that use WebStack, before I found Django.

-tkc

Oct 11 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Nick Mudge | last post by:
Hello, I want to find a good web hosting company to build a site on using mysql and PHP. It would need to be scalable so that my web site could get really big. But I would start off small and...
2
by: BadJake | last post by:
Hi I have just found out the my hosting service includes Python support. Unfortunately, they make no mention of this on their web site. There are too few hosting companies that offer Python...
1
by: Bruno Desthuilliers | last post by:
Hi everyone ! Could someone point me to infos about securing python for use as CGI or mod_python for a shared hosting environnement ? I searched google, but did not find anything specific :( ...
2
by: Eric | last post by:
Greetings Comrades, Pythonistas! I am looking for guidance on the quick and easiest path to set up a Python wiki. A wiki application idea popped into my head while I was making morning coffee. ...
12
by: MJR | last post by:
Hi, anybody could recommend web hosting company which offer professional reseller package with Python, preferable located in Europe? Thanks, Mike
8
by: dananrg | last post by:
Seems like most web hosting providers support MySQL, but not PostgreSQL. I need a web hosting account that supports PostgreSQL for a particular personal project I'm working on (as well as Python,...
158
by: Giovanni Bajo | last post by:
Hello, I just read this mail by Brett Cannon: http://mail.python.org/pipermail/python-dev/2006-October/069139.html where the "PSF infrastracture committee", after weeks of evaluation, recommends...
3
by: Steve Holden | last post by:
I know there are quite a few hosting companies now who represent themselves as Python-friendly. Rather than trawl through the Wiki pages, however, and email each one separately I am sending this...
4
by: K | last post by:
Hello everyone, I understand that urllib and urllib2 serve as really simple page request libraries. I was wondering if there is a library out there that can get the HTTP requests for a given...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.