I am attempting to install AmiPy and the plugin does now show up here, furthermore has the menu changed and removed the load and unload buttons?
Are you using 64-bit version of AmiBroker? AmiPy is 64-bit only. You can check broker.log for reasons why plugin doesn't load. Most likely AmiPy is missing dependencies. You need to follow all instructions from AmiPy announcement (like installing correct python version and runtime). As for load/unload button, you can have those in multithreaded system where other threads actively use plugins, so they were removed something like 10 years ago.
I fixed it, The issue was that I had python from the windows store not the official site
Below is my log, I am using the 64 Bit Version.
Here is the line of error 287.79 ms : Loading 'C:\Program Files\AmiBroker\Plugins\AmiPy.dll' - failed. Error code: 126: The specified module could not be found. (1.25 ms)
How can I see what module I am missing.
I have .Net Framework, Visual C++ all installed.
you have not provided enough info to really close in on your issue.
python version: sometimes the very recent release does not have other modules released for it yet.
for example: 3.15 will be a very early release that you installed but numpy still is not available which is amipy requirement.
in such case you should use 3.14 or whatever previous version but most recent one that supports it.
from what I've observed, numpy and pandas / and many other popular packages lag behind as they have to test and release as well.
You can run Depends.exe file that displays all dependencies. Google for dependency viewer

