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
In https://github.com/sofa-framework/SofaPython3/blob/master/bindings/Sofa/package/__init__.py, the code checks the existence of files relative to SOFA_ROOT.
However, on Windows, the bin folder is not sofa_root + "\\bin", but sofa_root + "\\bin\\<COMPILATION_MODE>". For example bin/RelWithDebInfo, bin/Release or bin/Debug.
Therefore, the variables sofa_bin_path and sofapython3_bin_path are wrongly defined.
The text was updated successfully, but these errors were encountered:
In https://github.com/sofa-framework/SofaPython3/blob/master/bindings/Sofa/package/__init__.py, the code checks the existence of files relative to
SOFA_ROOT
.However, on Windows, the bin folder is not
sofa_root + "\\bin"
, butsofa_root + "\\bin\\<COMPILATION_MODE>"
. For examplebin/RelWithDebInfo
,bin/Release
orbin/Debug
.Therefore, the variables
sofa_bin_path
andsofapython3_bin_path
are wrongly defined.The text was updated successfully, but these errors were encountered: