Charles Hartman wrote:

In TextWrangler something like this
while 1:
c = raw_input()
if c == 'quit': break
print c
works fine, if you choose Run in Terminal or Run with Debugger. If you try to choose Output to New Window, it just quits immediately. But you can certainly run it from within TW.

Yes, that works. Thank you. I would have liked using the Output to keep it all in BBEdit, but I may have to go with the TW. Better than nothing. Thanks again.




Charles Hartman
Professor of English, Poet in Residence

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

And you program computers.  Cool.


-- Cheers,

Lou Pecora

Code 6362
Naval Research Lab
Washington, DC  20375
USA
Ph:  +202-767-6002
email:  [EMAIL PROTECTED]

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to