Remove static reference to ZipImportError.

The static reference was causing a PythonContext to be retained. It was
only one (as it was overwritten each by each engine) but it was still
there. In addition, because it was overwritten each team, it's unclear if
it would have caused other issues.