[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] AttributeError: 'module' object has no attribut
From: |
Andrew Ferguson |
Subject: |
Re: [rdiff-backup-users] AttributeError: 'module' object has no attribute 'EFTYPE' |
Date: |
Mon, 13 Aug 2007 10:35:23 -0400 |
User-agent: |
Thunderbird 1.5.0.12 (Macintosh/20070509) |
Soulfly_B wrote:
> File "/usr/lib/python2.5/site-packages/rdiff_backup/rpath.py", line
> 835, in chmod
> if exc[0] == errno.EFTYPE and not self.isdir():
> AttributeError: 'module' object has no attribute 'EFTYPE'
Eek, Python does not include EFTYPE in it's errno module. This is a bug,
but due as much to EFTYPE being defined only on BSD's, and Linux reusing
the number as ELIBACC.... Ack. I should have looked more carefully.
Anyway, this is a showstopper for 1.1.13.
Dean, can you package 1.1.14? :-/
Sorry about that,
Andrew
--
Andrew Ferguson - address@hidden