problems debugging python script on server

2008-08-23 Thread Yansky
I'm having some problems debugging a python script on my server. I'm getting a "500 Internal Server Error". What the script does is take a link and then scrape a page and store some info from the page into a database. It seemed to be working fine until I changed one line of code from: shortenL

Online Debugging

2008-01-30 Thread Yansky
I'm trying to debug a script on my server and it's taking forever using print to find the error. I've tried to use the debugging examples on this page http://webpython.codepoint.net/debugging but they don't seem to be working for me. Is there an easier/better way to debug online scripts? I was hop

Problems installing Python on server

2008-01-28 Thread Yansky
I asked my hosting company if they would upgrade Python on my server to the latest version. They responded with: "Sorry no. We tend to stick with what comes packaged with the unix distribution to ease maintenance issues. There is nothing stopping you from running your own version of python from w

Problems getting Python scripts to run on server

2008-01-23 Thread Yansky
Hi, I'm having a lot of problems getting any Python scripts to run on my website. I have put them in the cgi-bin directory and chmodded both the directory and files to 755. But when I try to access the script, I get a 404 error: http://forboden.com/cgi-bin/wp.py I also tried running them from anot

Re: Difference between del and remove?

2007-12-13 Thread Yansky
Thanks for the clarification guys. :) On Dec 13, 7:05 pm, Tim Roberts <[EMAIL PROTECTED]> wrote: > Yansky <[EMAIL PROTECTED]> wrote: > > >Got a quick n00b question. What's the difference between del and > >remove? > > It would have been easier to answer if

Difference between del and remove?

2007-12-12 Thread Yansky
Got a quick n00b question. What's the difference between del and remove? -- http://mail.python.org/mailman/listinfo/python-list