Laurent Pointal wrote: > Shane Geiger a écrit : >> This reminds me of something I once wanted to do: How can I install >> Python in a totally non-gui way on Windows (without the use of VNC)? I >> think I was telnetted into a computer (or something like that) and I was >> unable to run the usual Python installer because it uses a GUI.
While I don't remember if I've actually tried it you should be able to do this with WMI. Example here... http://timgolden.me.uk/python/wmi_cookbook.html#install-a-product If I have time to do it (and then undo whatever damage it does ;) I'll give it a go later. TJG -- http://mail.python.org/mailman/listinfo/python-list