どんな助けにも感謝します。私は Python 3.4.1 を使用しており、urllib.request と urllib.parse をインポートしようとしています。成功せずに。私はいつも受け取ります:
Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 2218, in _find_and_load_unlocked AttributeError: 'module' object has no attribute '__path__' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:/Users/x/Documents/PROGRAMING and MODELING/Phyton/find cure words/importowanie.py", line 1, in <module> import urllib.parse File "C:/Users/x/Documents/PROGRAMING and MODELING/Phyton/find cure words\urllib.py", line 1, in <module> import urllib.request ImportError: No module named 'urllib.request'; 'urllib' is not a package
問題はインポートにあると思いますが、それを回避する方法がわかりません