Recent content by ttaco

  1. T

    help with python cgi?

    does anybody know whats wrong with this script? #!C:\Python26 import cgi import os def template(): print 'content-type: text/html; charset=iso-8859-1\n\r' print '<html>' print '<head>' print '</head>' print '<body>' print '<form action="" method="post">' print...
  2. T

    help with python cgi?

    does anybody know whats wrong with this script? #!C:\Python26 import cgi import os def template(): print 'content-type: text/html; charset=iso-8859-1\n\r' print '<html>' print '<head>' print '</head>' print '<body>' print '<form action="" method="post">' print...
  3. T

    help with python cgi?

    what could be the possible reasons a python program runs fine in testing and prints out the proper html as desired but on the web gives a internal server error...and no its not my server.i have other python cgi scripts running fine
Back
Top