I have a short multi-threaded script that checks web images to make sure they are still there. I get a segmentation fault everytime I run it and I can't figure out why. Writing threaded scripts is new to me so I may be doing something wrong that should be obvious :(
google messes up the python code so here is a link to it. http://kracomp.com/~jay/py.txt This is the output of the script. [EMAIL PROTECTED] scripts]$ ./py.py update item set goodImage = 'yes' where productId='12603' update item set goodImage = 'yes' where productId='18272' update item set goodImage = 'yes' where productId='1927' update item set goodImage = 'no' where productId='12709' update item set goodImage = 'yes' where productId='32087' update item set goodImage = 'no' where productId='25803' Segmentation fault Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list