[Tutor] webbrowser

Michael Emperador memperad@iaware.org
Tue, 17 Jul 2001 12:27:45 -0700 (PDT)


I am new to Python and this mailing list.  I have a question that I
haven't found in the archives.  I have a cgi script that uses the
webbrowser module to open a new browser.  I can run this from the
interactive prompt, but when I run the script from the browser, I get the
following output in the new browser window:

Your Terminal type is unknown!

  Enter a terminal type: [vt100]
TERMINAL TYPE IS SET TO vt100


Any ideas?

Mike