You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to make the usage of this very easy, so a good start is to include all the latest DLLs from the mtapi repo releases.
In order to make this happen, we need to bake in the correct DLL paths into the setup.py file among the ./libs/*.dll files.
Check where things are going:
python.exe -c "import distutils.sysconfig as a; print(a.get_python_lib());"
We'd like to make the usage of this very easy, so a good start is to include all the latest DLLs from the mtapi repo releases.
In order to make this happen, we need to bake in the correct DLL paths into the
setup.py
file among the./libs/*.dll
files.Check where things are going:
python.exe -c "import distutils.sysconfig as a; print(a.get_python_lib());"
The trick is to add something like this:
Where else?
All about using DLL's in python:
The text was updated successfully, but these errors were encountered: