durusmail: quixote-users: PTL docs
Quixote & Python 2.1?
2001-06-05
2001-06-05
2001-06-05
2001-06-05
PTL docs
2001-06-07
2001-06-07
2001-06-07
2001-06-07
2001-06-08
PTL docs
Neil Schemenauer
2001-06-07
Looks good.

On Thu, Jun 07, 2001 at 01:08:27PM -0400, Andrew Kuchling wrote:
> (Note: if you're using the ZODB, always do 'import ZODB' before
> installing the import hook.  There's some interaction which causes
> importing the TimeStamp module to fail when the PTL import hook is
> installed; we haven't debugged the problem.)

This bit of code:

    try:
        import ZODB.TimeStamp
    except ImportError:
        pass

in imphooks.py fixes the problem.  Do you think I should add it?
Its a bit of a hack.

  Neil


reply