Replies: 1 comment
-
It is likely crashing, look for crash output in the terminal. Have you looked at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use a function weiten by python in a cmd handle in component,so I use the lib python3.7m. So in order to link lib python3.7m, I add this to the CmakeLists.txt in component:
After this, I run fprime-build and there is no error.
In the handle, I use the code:
Py_Initialize();
But when I use the cmd in fprime-gds, the fprime-gds doesn't work and the green point on the right top of the gds interface become a red 'X'.
Beta Was this translation helpful? Give feedback.
All reactions