Replies: 2 comments
-
You would need to run the If your script was creating things directly within python, there would be no API running to talk to. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Howdy bharnden, That solved my issue! Thank you for pointing me in the right direction. For anyone having the same issue, here is a link to the CORE gRPC documentation I used to refactor my code: https://coreemu.github.io/core/grpc.html |
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
-
Howdy,
I am attempting to connect with the CORE daemon through the Python scripting libraries that CORE provides. According the developers guide it the core-pygui can connect to session being hosted by the core-daemon, but the core-pygui is not able to find the session in my script.
It is my understanding that you can configure the network in the Python3 script, then connect to the session via the core-pygui.
I am using a virtual environment in for the pyCharm IDE for Python3, could this be the source of the issue?
The Python script is also running within a VM on a Type II hypervisor.
Beta Was this translation helpful? Give feedback.
All reactions