$ trash ~/file
Traceback (most recent call last):
  File "/usr/bin/trash", line 54, in ?
      epilog=
      TypeError: __init__() got an unexpected keyword argument 'epilog'
...
Versions of packages trash-cli depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-support                0.7.7      automated rebuilding support for P
trash-cli uses the optparse library for handling the command line interface. The "epilog=" param was added to optparse from a specific version onwards.

The optparse python module is distribuited as part of the python standard library or also standalone.

Probably using python>=2.5 will fix the problem.

trash-cli does not support python before 2.5.

--
Andrea Francia
http://andreafrancia.blogspot.com/2008/07/colinux-linux-dentro-windows.html




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to