ImportError: no module named py2exe

前端 未结 6 543
旧巷少年郎
旧巷少年郎 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:09

    Seems like you need to download proper py2exe distribution.

    Check out if your c:\Python26\Lib\site-packages\ contains py2exe folder.

提交回复
热议问题