Hi, I was surprised to find that PythonWin gets input via a separate dialog (with a dinky little input box and the prompt in black on a grey background), whereas the print() output appears in the interactive window. Is there a way to configure PythonWin so the input and output appear in the same window, and not a little dialog? Thanks, KBK _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
- RE: Input via .read() and raw_input(prompt) Kurt B. Kaiser
- RE: Input via .read() and raw_input(prompt) Mark Hammond