On Mon, Sep 29, 2008 at 2:55 AM, Alan Gauld <[EMAIL PROTECTED]>wrote:

> The biggest limitation by far on Python web development is lack
> of Python support on the web servers. You need to find a provider that
> either gives you an account on a server with which you can install any
> frameworks you desire, or, find a provider which supports your framework.


In my experience, it's not that uncommon for hosting providers to support
Python - but most of the popular frameworks use "long-running processes" (I
put that in quotes because I suppose it's a matter of opinion exactly how
long is long.)  GoDaddy in particular, and budget shared hosting services in
general, don't support Django/TurboGears/Pylons etc. for this reason - but
if you want to roll your own, you can.

Django, TurboGears, and Pylons have pages that list hosting providers who
_do_ support them.
http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts
http://docs.turbogears.org/1.0/Hosting
http://pylonshq.com/project/pylonshq/wiki/Hosting
-- 
www.fsrtechnologies.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to