ImportError: no module named py2exe

前端 未结 6 441
旧巷少年郎
旧巷少年郎 2020-12-18 23:41

I get this error when I try to use one of the py2exe samples with py2exe.

File \"setup.py\", line 22, in ?
   import py2exe
ImportError: no module named py2e         


        
6条回答
  •  有刺的猬
    2020-12-19 00:21

    You might need to install the py2exe module globally, perhaps you might have installed to a virtualenv. I had the same problem, installing the module globally fixed the problem

提交回复
热议问题