installing python on a server?

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Fri Feb 10 18:02:33 EST 2006


John Salerno:
>Hmm, sounds easy, yet I don't know where to start. 

try:
    browser.browse(http://www.python.org/download/)
    package = download(yourPlatform)
    package.unpack()
    exec(README.read())
except:
    post specifics

-- 
René Pijlman



More information about the Python-list mailing list