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
I had the same problem, but calling import numpy within setup.py resolved the issue
import numpy
setup.py