Search found 2 matches
- Fri Mar 17, 2023 7:53 am
- Forum: OpenSim
- Topic: Cannot get the python API to recognize the .dll files, despite using the instructions on the "Scripting in Python" page
- Replies: 4
- Views: 707
Re: Cannot get the python API to recognize the .dll files, despite using the instructions on the "Scripting in Python" p
Thanks, I setup a Micromamba instance running 3.8 and put import os os.add_dll_directory("C:/OpenSim/bin") in the beginning and it seemed to work (well, at least I got something back from OpenSim, I still got an error but I think that is in my code) I am getting -------------------------------------...
- Wed Mar 15, 2023 4:21 pm
- Forum: OpenSim
- Topic: Cannot get the python API to recognize the .dll files, despite using the instructions on the "Scripting in Python" page
- Replies: 4
- Views: 707
Cannot get the python API to recognize the .dll files, despite using the instructions on the "Scripting in Python" page
I am having trouble getting the python API to recognize the .dll files when I try to run a python script with the Open Sim API imported, despite using the instructions on the "Scripting in Python" ( https://simtk-confluence.stanford.edu:8443/display/OpenSim/Scripting+in+Python#ScriptinginPython-Spec...