SofaPython3 not working #3867
Replies: 1 comment 2 replies
-
As the error message suggests, you need to load SofaPython3 in order to be able to load a Python scene. See the documentation: https://www.sofa-framework.org/community/doc/plugins/what-is-a-plugin/#plugin-loading |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As in the title, I cannot overcome the problem of a plugin that does not load correctly.
I installed sofa from their website, throught the .exe file (I work on Windows).
And once I try to launch a .py simulation, or basically any simulation with Python extension, I get the following error:
[ERROR] [DAGSimulation(Simulation)] Cannot load file 'C:\Users******\Desktop\SOFA\main1.pyscn': extension (pyscn) is only supported if the plugin SofaPython3 is loaded. SofaPython3 must be loaded first before being able to load the file.
Here I'm stuck, I have no idea how to fix this or what steps should I take.
Beta Was this translation helpful? Give feedback.
All reactions