0

我正在尝试使用 Portable Python 2.7.3.2,当我尝试使用 PyScripter 编写脚本时,它会抛出错误,并且使用此 IDE 编写脚本真的很烦人。

当我尝试import os使用控制台窗口键入时,它会自动接受import oTraceback (most recent call last):并抛出如下错误:

File "D:\Matt\Portable Python 2.7.3.2\App\lib\inspect.py", line 365, in getdoc
    if not isinstance(doc, types.StringTypes):
AttributeError: 'module' object has no attribute 'StringTypes'

错误消息快照

4

0 回答 0