curses webbrowser modules
Alex M
the_cpu_fan at yahoo.com
Thu Jun 21 23:59:22 EDT 2001
Somewhere within my curses app I have this bit of code:
session.myprofile.browser.open(session.url, 1)
The above line of code works great but Netscape ruins my windows
when it decides to output some error message. eg error messages
with regards to fonts. Rewriting/refreshing the damaged windows doesn't
help.
I have worked around this problem by
modifying my .Xdefaults file, adding the following lines to it:
.netscape*useStderrDialog:False
.netscape*useStdoutDialog:False
But is there any other way of suppressing browser error messages so it
doesn't ruin my curses windows?
Thanks.
Alex Mercader
the_cpu_fan at yahoo.com
More information about the Python-list
mailing list