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

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

 

 

网上搜了好久,还是没找到原因。后来仔细阅读了一段文档:
Actually, modules are searched in the list of directories given by the variable sys.path which is initialized from the directory containing the input script (or the current directory), PYTHONPATH and the installation- dependent default. This allows Python programs that know what they’re doing to modify or replace the module search path. Note that because the directory containing the script being run is on the search path, it is important that the script not have the same name as a standard module, or Python will attempt to load the script as a module when that module is imported.
一想可能是跟python所import的库重名了。再看看文件名,也没有错。后来列出了文件夹下所有文件的名字,终于发现有个文件名叫string.py,在追踪下上面这段程序错误,一下可能就是这个文件出了问题,导致python引用错误。把该文件名字改完,程序运行正常了。

 

 

真巧~~~

转载于:https://www.cnblogs.com/Jghost/p/3604465.html

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值