Shane,
I think there's a bug in apelib/zope2/classifier.py, at:
if mt is None:
raise SerializationError(
'No classification known for %s' % repr(keychain))
SerializationError is not imported or it should be DeserializationError?
Adam