AttributeError: module 're' has no attribute 'search'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: module 're' has no attribute 'search'相关的知识,希望对你有一定的参考价值。

命名py脚本时,不要与python预留字,模块名等相同,即Python文件名不要使用Python系统库的名字,就是因为使用了Python系统库的名字,所以在编译的时候才会产生.pyc文件。正常的Python文件在编译运行的时候是不会产生.pyc文件的!

这类问题的解决方法则是:更改python脚本的命名,不要与python系统库重合即可

以上是关于AttributeError: module 're' has no attribute 'search'的主要内容,如果未能解决你的问题,请参考以下文章

类 InstagramSpider(scrapy.Spider): AttributeError: 'module' 对象没有属性 'Spider'

api = twitter.Api() AttributeError: 'module' 对象没有属性 'Api

AttributeError:'module'对象在python中没有属性'windll'

如何修复python2.7中的“AttributeError:'module'对象没有属性'storage'”错误

成功解决AttributeError: module ‘numpy‘ has no attribute ‘polyld‘

hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘