<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 14pt; color: #000000"><div><p style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;" data-mce-style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;">Dear all, I am trying to use the virtualbox module of python (import virtualbox) with python 2 <br>Using a linux host to a windwos guest works well (programm are fired as they should)</p><p style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;" data-mce-style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;">However, using an ubunut-based host to that same ubuntu-based guest, the programm don't start in the guest and the terminal session in the host is totally stucked<br>This is the code, I can see the "Will launch" but not the "launched"<br>See alsoe <span class="Object" id="OBJ_PREFIX_DWT110_com_zimbra_url" style="color: #336699; cursor: pointer;" data-mce-style="color: #336699; cursor: pointer;"><a target="_blank" href="https://github.com/renn0xtek9/VMRequests/blob/master/ExecuteRequests.py" style="color: #336699; text-decoration-line: none; cursor: pointer;" data-mce-href="https://github.com/renn0xtek9/VMRequests/blob/master/ExecuteRequests.py" data-mce-style="color: #336699; text-decoration-line: none; cursor: pointer;">https://github.com/renn0xtek9/VMRequests/blob/master/ExecuteRequests.py</a></span> line 148</p><p style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;" data-mce-style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;"><br></p><p style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;" data-mce-style="font-size: 18.6667px; background-color: #fdfdfd; margin: 0px;">gs=self.session.console.guest.create_session(self.jsonkey['User'],self.jsonkey['Password']) <br>time.sleep(2.0) #wait 2.0 seconds to avoid race donditions<br>print("Will launch")<br>process,stdout,stderr=gs.execute('/usr/bin/konsole',[''])<br>print("launched")</p></div></div></body></html>