On Mon, Jun 28, 2010 at 04:26:07PM -0400, Binger David wrote: > I think I saw over on the qwitter list that this occurred because > someone had a durus installation directory inside a durus installation > directory at the time that the root was instantiated, Ah, implicit relative import bites us. I wonder if it would be time to switch to using absolute imports. i.e, add from __future__ import absolute_import to the Durus modules. That would make Durus depend on Python 2.5. Neil