Here is the code and as you can see for yourself, the output is not
coming out on the screen with CRLF like it should.  How do I fix this?



import curses, os
screen = curses.initscr()
os.system("ls -l")
curses.endwin()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to