I have tried importing NumPy in Python, but it did not succeed:
>>> import numpy as np x=np.array([[7,8,5],[3,5,7]],np.int32) Traceback (mos
The message is fairly self-explanatory; your working directory should not be the NumPy source directory when you invoke Python; NumPy should be installed and your working directory should be anything but the directory where it lives.