Unable to import Python's email module at all

后端 未结 5 1704
故里飘歌
故里飘歌 2020-12-03 00:55

I can\'t seem to import the email module at all. Every time I do it I get an error. I\'ve tried uninstalling Python and reinstalling, but the email module just refuses to wo

5条回答
  •  Happy的楠姐
    2020-12-03 01:15

    I also fetched this problem because i had a file named email.py in my project directory. I wasn't able to import urllib.request . When i changed the file name email.py to emailtest.py then the error gone away. In every time we should not use the name what is same as python core file name.

提交回复
热议问题