0
私は(wcrawler.py)スクリプトをテストしていた。マルチファイル.pyはpythonコマンドに影響しますか?
import requests
とエラーを取得:
...
File "/usr/lib/python2.7/ssl.py", line 90, in <module>
import textwrap
File "/usr/lib/python2.7/textwrap.py", line 40, in <module>
class TextWrapper:
File "/usr/lib/python2.7/textwrap.py", line 82, in TextWrapper
whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
AttributeError: 'module' object has no attribute 'maketrans'
はので、私はちょうど別のディレクトリに他のスクリプトを変更して、同じコマンドを使用:pythonのwcrawlerを。 py
価値がありますが、私はなぜそれについて何か知っていますか?
スクリプトの* only *行ですか?また、トレースバックの**フルテキスト**を投稿してください。 – MattDMo
実際の文字列libのかわりに、textwrapがインポートされているパスのどこかにstring.pyという名前のスクリプトがある可能性があります –