Building python JSBSim from source #599
Replies: 2 comments
-
This topic has been moved to JSBSim Discussions as per the issue template statement: Support for this topic will therefore continue within this discussion. Thanks for your understanding. |
Beta Was this translation helpful? Give feedback.
-
@sr71684, your support requests have been moved from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to build the python jsbsim libraries from source. So far I have:
Side note: I don't think the build flag
cmake -DINSTALL_PYTHON_MODULE=ON ..
listed in the documentation is valid, so I used this sequence of commands:Which seems to run fine, however, when I try to import JSBSim from a python script like this
the following error is obtained:
Things I have tried:
jsbsim.cpython-39-x86_64-linux-gnu.so
file execute permissions withchmod +x
.Things I think might be causing the issue:
Environment:
Beta Was this translation helpful? Give feedback.
All reactions