Curses won't update screen - Solved!

2006-01-28 Thread Casey Bralla
Why isn't the screen.refresh() command refreshing the display? I'm running a terminal session from within KDE, but I didn't think this would matter. Any ideas to suggest? -- Casey Bralla Chief Nerd in Residence The NerdWorld Organisation http://www.NerdWorld.org -- http://mai

curses won't refresh screen

2006-01-28 Thread Casey Bralla
7;t think this would matter. Any ideas to suggest? -- Casey Bralla Chief Nerd in Residence The NerdWorld Organisation http://www.NerdWorld.org -- http://mail.python.org/mailman/listinfo/python-list

Read from Serial Port

2006-01-20 Thread Casey Bralla
to get me started reading from a serial port? Thanks! -- Casey Bralla Chief Nerd in Residence The NerdWorld Organisation http://www.NerdWorld.org -- http://mail.python.org/mailman/listinfo/python-list

Return Text from popen

2005-10-15 Thread Casey Bralla
est into the actual stdout result. Can someone give me a brief code example of how to get the actual text result from the linux command into a Python variable? Thanks! -- Casey Bralla Chief Nerd in Residence The NerdWorld Organisation http://www.NerdWorld.org -- http://mail.python.org/mailman/listinfo/python-list

Passing arguments to python from URL

2005-03-22 Thread Casey Bralla
I've got a python cgi-bin application which produces an apache web page. I want to pass arguments to it on the URL line, but the parameters are not getting passed along to python properly. I've been using sys.argv to pick up command line arguments, and it works fine when I call the python program