-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I've sucessfully compiled the latest sofa with the lastest SofaPython3 without errors on Windows 10 with Visual Studio 16. However, when I try and run the example "ControllerScene.py" with runSofa it crashes when calling the constructor for the base class in the init function. I've tried just simply creating a default Sofa.Core.Controller() object and it also crashes. Running the script directly with python does work without any problems because it doesn't need to create a Controller.
Am I possibly missing a plugin that the Controller needs?
The only thing I see from the output in terminal is a warning:
No python dir found in C:/Users/Somers/git/sofa-latest/build/install
I know the Python3 version is still heavily in development, but is this an issue that could be easily solved? What additional info would be helpful to help figure out the problem?