No module named 'win32api' // PY2EXE

后端 未结 2 1961
Happy的楠姐
Happy的楠姐 2021-01-28 01:54

I am using Python 3.6.7 in conda 4.5.12 (Win10,64bit) and I want to compile my Python project to an .exe-File using Pyinstaller (3.5 dev). I keep getting the same error:

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-28 02:11

    Just pypiwin32 didn't do it for me. It worked only when I uninstalled all libs related to pywin32 and then installed again

提交回复
热议问题