Unable to import Python's email module at all

后端 未结 5 1701
故里飘歌
故里飘歌 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条回答
  •  北海茫月
    2020-12-03 01:15

    I also came across this error. In addition to renaming the email.py to something else, you must also remove the email.pyc (notice the C) file. After that, all is well. Thanks all!

提交回复
热议问题