python显示module不存在_Python-os.path不存在:AttributeError:“module”对象没有属性“path”...

在调查一个奇怪的错误时,我突然开始使用gdb python,我把它简化为:C:\Users\User>python -i

Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win 32

Type "help", "copyright", "credits" or "license" for more information.

>>> import os

>>> dir(os.path)

Traceback (most recent call last):

File "", line 1, in

AttributeError: 'module' object has no attribute 'path'

>>> dir(os)

['__builtins__', '__doc__', '__file__', '__name__', '__package__']

通过查看其他一些'module' object has no attribute答案,最常见的建议是,在sys.path中的某个地方一定有另一个流氓os.py,它正在加载,而不是内置的。但是我签入了PYTHONPATH环境变量,并且在当前目录中,没有任何其他os.py。

因此,我寻找了一种方法来找到定义实体的文件名,而Python以inspect模块的形式拥有such a facility也就不足为奇了。>>>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值