module 'jsbsim' has no attribute 'FGRocket' #696
Replies: 5 comments 2 replies
-
What are you trying to do? Share the contents of |
Beta Was this translation helpful? Give feedback.
-
its appears in c++ code, but not in python of this attribute, |
Beta Was this translation helpful? Give feedback.
-
Not every single C++ class and method is exposed 1 for 1 in the python API. Hence my question:
If you share that sort of information we can potentially help in terms of possibly pointing you to an alternative API to achieve the same goal, or if there is a good reason for exposing something via the python API then we can look at that as well. But we need more information. |
Beta Was this translation helpful? Give feedback.
-
import jsbsim
jsbsim.FGRocket('..\') that is all |
Beta Was this translation helpful? Give feedback.
-
That's not enough information for me to make any useful comments or suggestions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
attribute 'FGRocket' non-existent in python
Traceback (most recent call last):
File "JSBSim_1.py", line 6, in
jsbsim.FGRocket('..\')
AttributeError: module 'jsbsim' has no attribute 'FGRocket'
Beta Was this translation helpful? Give feedback.
All reactions