pack a software in Python using py2exe with 'libiomp5md.dll' not found

前端 未结 4 1317
抹茶落季
抹茶落季 2021-02-05 12:07

I have Python 2.7 on Window 7 OS. I wish to pack my project.py in an Executable using py2exe. Following the instruction i wrote a setup.py file

from distutils.co         


        
4条回答
  •  滥情空心
    2021-02-05 13:02

    I had the same problem, but calling import numpy within setup.py resolved the issue

提交回复
热议问题