HI David and all!!<br><br>I am trying to embed a xterm console inside my application, but with no success.<br>I made some test embedding (example in another script) mplayer for testing only and works.<br><br>Now when i want to embed xterm console does not work.
<br><br>Here what i did:<br><br>I have a developing style which in a
main script (MainApp.py), i &quot;plug&quot; all together the Ui classes
(generated with pyuic4 from .ui designer files/GUIs) and then in others
script, i write every module/code function of my app:
<br><br>Xterm Embedding:<br><br>The core fuction of embedding xterm is here: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/core/console.py" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/core/console.py
</a><br><br>Then i call it from the MainApp here: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py
</a> (in line 273) which i &quot;insert&quot; it inside a frame of a Widget (And thet Widget goes inside a stackedWidget).
<br><br>If anyone could guide me here, will be lot of help.<br><br>Thanks.<br clear="all"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>