Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 21 by sfelde: object has no attribute 'get_name' http://code.google.com/p/django-mailer/issues/detail?id=21
What is the expected output? What do you see instead? if ./manage.py send_mail output: AttributeError: '_MainThread' object has no attribute 'get_name' What version of the product are you using? On what operating system? svn python2.6 Please provide any additional information below. File: lockfile.py line: 167 change: tname = "%s-" % threading.current_thread().get_name() to: tname = "%s-" % threading.current_thread().getName() -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
