I think this is the numpy version in anaconda windows (not sure): https://github.com/numpy/numpy/blob/v1.16.5/numpy/core/__init__.py#L12
That was, indeed, the correct line, and thank you for pointing that out -- I should've taken a look at that line myself, as it did have some promising
paths to go down.
That said, after a couple of hours attempting more things (e.g., pip uninstall numpy, then conda install numpy, along with a few other environmental things
so that python ran the test program correctly in the command shell.), I'm
still at (basically) the same place.
That line did lead me to try "import ctypes", as that seems to be the
sticking point, and that led me to this error:
PYTHON ERROR (aprilpy.mpy)
File "aprilpy.mpy", line 15, in <module>
File "C:\Users\April\Anaconda2\Lib\ctypes\__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array
ImportError: DLL load failed: The specified procedure could not be found.
---
So I'm assuming that python, when run through my Mystic install, isn't
finding the WinDLL needed for "import ctypes" to work. I don't quite know
where said DLL is located that Python finds it in the command shell, but not Mystic, and my searches so far have been unfruitful.
In the interest of getting things done today, I'm going to give up on it for now, and likely just work around it (I mean, I'm just trying to have some 2D arrays and really dislike how Python does it, but it's not even something terribly difficult to code around.).
But thanks for your help, and the prodding to check the layer beneath. I should've thought to do that on my own, as it got me closer to understanding what's going wrong, even if I haven't found a solution.
--- Mystic BBS v1.12 A43 2019/03/03 (Windows/64)
* Origin: Storm BBS (21:2/108)