【发布时间】:2013-07-01 17:30:30
【问题描述】:
遇到了这个奇怪的错误 谁能帮忙?
Traceback (most recent call last):
File "./test.py", line 172, in <module>
main()
File "./test.py", line 150, in main
if random() < .5 and losttwice < 5:
TypeError: 'module' object is not callable
import urllib2,urllib,os,simplejson, random
【问题讨论】:
-
从技术上讲,该链接指的是
socket,但原因相同。您可以将单词socket替换为 random,它们将是相同的答案。
标签: python