mod_python

2007-11-23 Thread Vernon Wenberg III
Why do I receive a File not found error on a perfect good and simple script but properly receive errors when I deliberately add errors in the script? The file is there, it just doesn't do anything. Any help would be appreciated. -- http://mail.python.org/mailman/listinfo/python-list

Putting a line from a text file into a variable, then moving to next line

2007-10-07 Thread Vernon Wenberg III
I'm not really sure how readline() works. Is there a way to iterate through a file with multiple lines and then putting each line in a variable in a loop? -- http://mail.python.org/mailman/listinfo/python-list