> 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