【发布时间】:2011-03-12 12:48:39
【问题描述】:
我已经在 python 中使用 textmate 几个星期了,除了命令“以 Python 执行行/选择”之外,一切似乎都运行良好。它根本不起作用。甚至尝试测试
print "Hello World"
我明白了
Traceback (most recent call last):
File "/tmp/temp_textmate.QrxfR3", line 19, in <module>
stdout.write(exc)
TypeError: argument 1 must be string or read-only character buffer, not list
我尝试重新安装 textmate 但仍然遇到同样的错误。有什么想法吗??????
我的 textmate 版本是 1.5.10 (1623)
谢谢,
阿尔伯托
【问题讨论】:
-
请正确格式化您的代码。请复制并粘贴实际代码。