[Zope-dev] exceptions on windows

Chris Withers chrisw@nipltd.com
Sun, 16 Sep 2001 13:34:57 +0100


> However, I checked that in Python2.1 (at least) there is not
> "exceptions" module.

How strange, I've been doing a _lot_ of:

from exceptions import Exception

over the last week in Python 2.1.1 and it works fine for me :-S

Confusedly,

Chris