[Tutor] accessing another system's environment

Modulok modulok at gmail.com
Sat Feb 26 13:28:15 CET 2011


On 2/26/11, Modulok <modulok at gmail.com> wrote:
...
> The server then replies with any variables that the client needs to
> set and their values. You could do this with a python script running
> on a server sending ajax responses. (There's an ajax module in the
> standard library.)
...

Sorry, I meant a 'json' module, not 'ajax'. I've been doing too much
web programming recently :p. You could probably even get away with not
having to write a server, just set up a web server to handle it,
sending a well-formed response.

-Modulok-


More information about the Tutor mailing list