My dad (also a computer programmer) emailed me yesterday about a silly little issue he was having trying to get a python cgi script to run. We went back and forth a couple of times but didn't come up with an answer. I just got this email from him:
Ok, this if funny... I got it working...Started searching the Textdrive forums for some other occurrence of this problem and found one. Turns out I was using Windows/DOS line endings (0D0A) rather than UNIX line endings (0A). Fixed that (and some problems I had with the html header) and it's working. Don't know how my editor got switched from UNIX to DOS for .py files but it's fixed now.
Now for the good part... guess which forum message I ran across that got me going? ... ... Yep, it was from you about 2 years ago. Got a good laugh out of that.
