ZCML File
configure.zcml

<configure
    xmlns="http://namespaces.zope.org/zope"
    >
<utility
    component=".python.PythonInterpreter"
    provides=".interfaces.IInterpreter"
    name="text/server-python"
    />
</configure>