geting python files for use on web

Steve Holden sholden at holdenweb.com
Mon Jul 1 10:25:09 EDT 2002


"Ali K" <akakakhel at attbi.com> wrote in message
news:l8sT8.231729$6m5.196131 at rwcrnsc51.ops.asp.att.net...
> how do i install the files? Do I have the people from which i am getting
my
> free space install the files?  Do I just upload them onto my freespace?
>

It's a little more complicated than that. Apart from anything else, it
depends on the web server you are using.

Generally speaking you will have, or be able to create, a /cgi-bin
directory, and code from there should execute. You may also have to
condition your server to understand that Python files are executable. There
are many laternatives to this simple set-up, however, and you might consider
getting a book or some web articles that tell you more about the web
client/server interaction.

If your web provider is helpful they may assist you, otherwise (for the
majority of web houses) you might need a little more help from this group.
You will almost certainly be tangling with the cgi module soon...

regards
-----------------------------------------------------------------------
Steve Holden                                 http://www.holdenweb.com/
Python Web Programming                http://pydish.holdenweb.com/pwp/
-----------------------------------------------------------------------









More information about the Python-list mailing list