[Zope-dev] exceptions on windows

kapil thangavelu k_vertigo@yahoo.com
Fri, 14 Sep 2001 04:57:35 -0700


i've always been curious why zope on windows with 
a bundled python seems to have problems with finding
the standard lib exceptions. does anyone know why?

for example 

from exceptions import SyntaxError

class MySyntaxErr(SyntaxError):
    pass

in a product generates an import error.

(i last noted this behavior on 2.2, haven't used windows since...)


thanks

-kapil