Re: [Tutor] HTML form post to Python script, without server

2005-03-29 Thread Kent Johnson
Bill Kranec wrote: Hello, This might be slightly OT, but I hope I can get a few pointers. Is it possible to have an HTML form pass values to a Python script on a local computer, and execute that script? (I'm running Win XP, if that matters.) You have to have a server process running. It can be on

[Tutor] HTML form post to Python script, without server

2005-03-29 Thread Bill Kranec
Hello, This might be slightly OT, but I hope I can get a few pointers. Is it possible to have an HTML form pass values to a Python script on a local computer, and execute that script? (I'm running Win XP, if that matters.) I would like to set up such a form to do some data entry. I understand th