Andy McKay writes:
 > Wild guess... theres a module /lib/python/Interface/Exceptions.py. In Python
 > 1.5.2 doesnt that mean windows will import that rather than exceptions.py?
Only when you happen to be inside the "Interface" package...
Anywhere else, it should find "exceptions".

However, I checked that in Python2.1 (at least) there is not
"exceptions" module.
"SyntaxError" (and friends) are defined in "__builtins__"
and can be accessed directly.


Dieter

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to