Karmic version is broken and not usable

Bug #596832 reported by Carlos Perelló Marín
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-lockfile (Ubuntu)
Won't Fix
Undecided
Unassigned
Declined for Karmic by Barry Warsaw

Bug Description

Binary package hint: python-lockfile

With python 2.6, python-lockfile is not usable:

Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lockfile import FileLock
>>> FileLock('/var/tmp/foo')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/lockfile.py", line 166, in __init__
    tname = "%s-" % threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'

This bug was fixed with 0.8 version.

Barry Warsaw (barry)
Changed in python-lockfile (Ubuntu):
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.