home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-python-addon-1.4.9-installer.exe / python.cgi.new < prev    next >
Encoding:
Text File  |  2004-03-24  |  256 b   |  6 lines

  1. #!\xampp\python\python.exe
  2. print "Content-type: text/html\n\n"
  3. print "<html><head><link href=\"../styles.css\" rel=\"stylesheet\" type=\"text/css\"></head><body>"
  4. import os, sys
  5. print " <br><h1>Python %s</h1>" % sys.version
  6. print "</body></html>"