Date: Wed, 11 Oct 2006 20:00:15 +0200 From: Willy Picard <picard@kti.ae.poznan.pl> To: freebsd-ports@freebsd.org Subject: Archivemail broken with new Python 2.5 Message-ID: <20061011180015.GA883@copernic.kti.ae.poznan.pl>
next in thread | raw e-mail | index | archive | help
Hi, I am using the archivemail-0.6.2 port. With the last update to python2.5, it seems that archivemail is broken. Here is the error message: Traceback (most recent call last): File "/usr/local/bin/archivemail", line 1343, in <module> main() File "/usr/local/bin/archivemail", line 633, in main archive(mailbox_path) File "/usr/local/bin/archivemail", line 1068, in archive _archive_dir(mailbox_name, final_archive_name, "maildir") File "/usr/local/bin/archivemail", line 1206, in _archive_dir if not options.dry_run: delete_queue.append(msg.fp.name) AttributeError: _ProxyFile instance has no attribute 'name' Did I miss something (I upgrade python as suggested in the UPDATING file)? Regards, Willy Picard -- Willy Picard e-mail: picard@kti.ae.poznan.pl Dept. of Information Technology www: http://www.kti.ae.poznan.pl/ The Poznan University of Economics tel: +48 61 848 05 49 Mansfelda 4, 60-854 Poznan, Poland fax: +48 61 848 38 40
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061011180015.GA883>