plash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Plash] Bug: KeyError on import of plash.methods


From: James Ascroft-Leigh
Subject: [Plash] Bug: KeyError on import of plash.methods
Date: Thu, 4 Oct 2007 21:46:03 +0100

Hi all,

I am just writing to report a bug in plash - it is fairly well explained by the following log:

address@hidden:~$ apt-cache show plash | grep Version

Version: 1.18-1feisty1
address@hidden:~$ python
Python 2.5.1 (r251:54863, May  2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import plash.methods
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/var/lib/python-support/python2.5/plash/methods.py", line 3, in <module>
    from plash.marshal import method_id
  File "/var/lib/python-support/python2.5/plash/marshal.py", line 216, in <module>
    add_format('fsop_copy', '')
  File "/var/lib/python-support/python2.5/plash/marshal.py", line 206, in add_format
    assert not ('packer' in methods_by_name[name])
KeyError: 'fsop_copy'
>>> import plash.marshal
>>> import plash.methods
>>>

I have not had the chance to look into this more yet.

Regards,

James

reply via email to

[Prev in Thread] Current Thread [Next in Thread]