Posted on 2012年6月24日 by leo2013python的exit退出时,提示TypeError: ‘str’ object is not callable 在命令行输入 exit() 本意是想推出python解释器,结果显示: TypeError: ‘str’ object is not callable 查下python版本发现是2.4,因为之前用的版本是2.7,用exit()退出没有什么问题。 后来发现2.5之前的版本要退出解释器或者程序要用 import sys sys.ext() 之后的才能用内置的exit()函数。 版权所有,禁止转载. 如需转载,请先征得博主的同意,并且表明文章出处,否则按侵权处理. More from my site python对windows API封装的一个库-pywin32 python之新式类(new style class) 从c++转到Python需要注意的地方 pylab 在非X-Window不能工作python生成matlab的曲线图,饼图,柱状图python字符串转换到float 分享到: