On 7 March 2011 17:50, Muscovy <[email protected]> wrote: > How can I pass arguments from the URL to the Python script? I haven't > been able to find anything on the subject.
Read: http://webpython.codepoint.net/wsgi_request_parsing_get Go through that general tutorial on WSGI. Note that that is very low level. You would probably be better off using a framework. Suggesting looking at Flask (flask.pocoo.org). Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
