"Alec Henriksen" <[EMAIL PROTECTED]> wrote
So, lets say I want to develop a distributable web application (such
as
phpBB or Drupal) for Python. What platform (mod_wsgi, mod_python)
would
I use to reach as many users as possible, and on top of that, which
(if
any) framework should I use to develop this web application?
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.
Even basic CGI with Python is a problem on most web hosting sites
because although PHP and Perl will usually exist(and often Java too)
it is much less common to find Python. And if you do it may be very
old,
often v2.2 or even older!
What is currently lacking in Python's web application selection?
Very little is lacking on the Python side - see a recent thread here -
but
support on commercial web hosts is patchy. You need to check exactly
what is available from your host before signing up.
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor