我是 Python 新手。我想尝试一下 Python 中的 itertools 包。但我收到了错误:
NameError: global name 'itertools' is not defined
如何解决此错误?我需要安装此模块吗?我已经包含了from itertools import *
。
如何安装此模块?我在哪里可以找到itertools
模块/包?我在 Google 上搜索,但它一直指向的文档页面itertools
。
我正在使用 Debian 6。我有 Python 2.6。