i have a python script which currently runs in a shell cli. i'd like to initiate this script from a web page. the closest i got was to have the output displayed on the webpage (w/o linefeeds), but it crashed when requesting input via raw_input(). i simply did 'exec python-script-name' from the cgi. ok, i now understand why it crashed and why the output is displayed primitively it's now my understanding that django can help. where's the best place to start? tnx ams
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/83facec0-80cd-4b6d-bd5c-ec5d6798056c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

