AttributeError: 'module' object has no attribute 'randint'
(2013-09-26 19:40:53)
标签:
modulerandintit |
分类: 错误处理 |
I'll take a guess. You have anther file named "random.py" on the
Python path that is read before
the random module
is reached.