The things we didn't mentioned
我们没有提及的事
Please go to the last section, otherwise you can not finish this article in 30 minutes

请到最后一节,否则你不可能在30分钟之内看完这篇文章
Ofcourse, in an introductory document we can only cover a fraction of the whole technology. Here I have omitted many things for various reasons.
当然,在一篇介绍性文章中我们只能提及整个技术的一部分。这里由于各种原因我省略了很多东西。
In the beginning, I said just one assumptiion about you. I really meant many other things. Surely you should be a Python programmer. You should know basic administration. Basic understanding of web technologies. And ofcourse, willing to spend time

在开始,对于你我只做了一个假定,其实我有很多其他的意思。确信你应该是一个Python程序员、你应该知道基本管理、基本理解 Web 技术,当然还有就是愿意花时间
While installation you might get error due to Python development libraries not installed. If you know Python and system administration you will just run: apt-get install python-dev Similary you have created __init__.py file to make our package working.
在安装过程中,你也许会得到一个没有安装 Python 开发库的错误提示。如果你知道 Python 和系统管理权的话,你只需运行:apt-get install python-dev 就象你创建 _init__.py 文件用来运行你的包一样。
If you are interested in Zope3 by now, surely you will explore more in future. While you exploring, you will see that doctests can be written in stand alone text files. Similarly you will understand lots of other things.
如果你现在对 Zope3 感兴趣的话,确定你以后会进行更多的研究。在你研究过程中,你将发现 doctests 可以写在单独的文本文件中。同时你也会理解很多其他事物。
One thing I can assure you is that zope is really a matured framework. It has almost 9 year history of successfull running. Many technologies evolved through zope. Infact zope and zope developers has influenced Python language itself. Yes! it is one of the gratest Python application ever written.
我可以向你确保的就是 zope 是一个真正成熟的框架。它已经有 9 年成功运行的历史了。许多技术都是通过 zope 改善的。事实上 zope 和 zope 开发人员也影响了 Python 语言自身。是的,它是最伟大的 Python 应用之一。