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 cod
Thank you.
I made all the changes you recommended and everything seems to be
working.
--
http://mail.python.org/mailman/listinfo/python-list
>### Have you looked in your database to see if the >script has
actually
>updated item.goodImage? Do you have a test plan?
Thank you for the help. Sorry for the messy code. I was under time
constraints. I had class, and I was rushing to get this working before
class. I should waited a day and read
in the code below 'print locals()' shows mc2. What is the equivalent
way to see the namespace that mc resides in?
class myClass:
--def func1(self):
self.mc = 1
mc2 = 3
print 'in myClass.func1'
print 'printing locals'
print locals()
print
Google mungs up the spacing so I p