How to open terminals when deploying a lab using the api #378
-
|
I'm trying to deploy a lab with python's Kathara api. I tried to This is my My deployment script from Kathara.manager.Kathara import Kathara
from Kathara.setting.Setting import Setting
from Kathara.parser.netkit import LabParser
lab = LabParser.LabParser.parse(".")
Setting.get_instance().open_terminals = True
Setting.get_instance().terminal = "/usr/bin/xterm"
Kathara.get_instance().deploy_lab(lab)This is the output I get: Am I missing something ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey! I took a look at your script. A few things to check:
If you can share the exact error or lack of output, we can narrow it down. Good luck! |
Beta Was this translation helpful? Give feedback.
-
|
Hey @sami-evangelista, Check out issue #148. It should resolve your problem. Let me know if this helps or if I can help further. |
Beta Was this translation helpful? Give feedback.
Hey @sami-evangelista,
Check out issue #148. It should resolve your problem.
Let me know if this helps or if I can help further.