importError: no module named _winreg python3

后端 未结 4 1166
遥遥无期
遥遥无期 2021-01-03 21:37

Where can I download _winreg for python3 if I can at all. I have my \'windir\' on E:\\Windows. I do not know if cx_Freeze did not notice that. I am using cx_Freeze to create

4条回答
  •  梦毁少年i
    2021-01-03 22:08

    When you encounter an error like module of simpleai not found, use

    pip install simpleai
    

    in the prompt and then execute. It will get installed.

提交回复
热议问题