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
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
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
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
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