当我在 Aptana Studio 3 中运行以下代码时,在运行 OS X 10.6(Snowleopard) 的 iMac 上构建:3.0.9.201202141038 我收到以下错误。
import webbrowser
webbrowser.open('http://google.com')
Traceback (most recent call last): File
"/Users/gianl/Documents/Aptana Studio 3 Workspace/Thought Log 3 w
dropbox/src/webbrowser.py", line 1, in <module>
import webbrowser File "/Users/gianl/Documents/Aptana Studio 3 Workspace/Thought Log 3 w dropbox/src/webbrowser.py", line 3, in
<module>
webbrowser.open('http://google.com') AttributeError: 'module' object has no attribute 'open'
当我在终端中没有收到此错误时,为什么我在 Aptana 中收到此错误?