<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 11/19/2010 12:40, Her Him wrote:
<blockquote cite="mid:417633.40104.qm@web113502.mail.gq1.yahoo.com"
type="cite">
<style type="text/css"><!-- DIV {margin:0px;} --></style>
<div style="font-family: times new roman,new york,times,serif;
font-size: 12pt;">
<div>Can you tell me where you found out about that?</div>
</div>
</blockquote>
<br>
Documentation on the wiki.
<a class="moz-txt-link-freetext" href="http://mythtv.org/wiki/Category:Backend_Messages_%28Myth_Protocol%29">http://mythtv.org/wiki/Category:Backend_Messages_%28Myth_Protocol%29</a><br>
<br>
<blockquote cite="mid:417633.40104.qm@web113502.mail.gq1.yahoo.com"
type="cite">
<div style="font-family: times new roman,new york,times,serif;
font-size: 12pt;">
<div>I've done some searching but haven't really had much luck
finding detailed information about the myth python API.</div>
</div>
</blockquote>
<br>
More documentation on the wiki.
<a class="moz-txt-link-freetext" href="http://mythtv.org/wiki/Python_bindings">http://mythtv.org/wiki/Python_bindings</a><br>
<br>
<blockquote cite="mid:417633.40104.qm@web113502.mail.gq1.yahoo.com"
type="cite">
<div style="font-family: times new roman,new york,times,serif;
font-size: 12pt;">
<div>Because one of the things I'd like to do is pop a myth
native dialog box for confirmation (the print statements
really only being good for debugging).</div>
</div>
</blockquote>
<br>
The Python bindings are currently only designed for terminal use.
The only output they support is a logging class designed to be
similar to that used by MythTV. If you want to create a popup,
you'll have to pull in a separate graphical library and roll your
own.<br>
<br>
<a class="moz-txt-link-freetext" href="http://wiki.python.org/moin/PyQt">http://wiki.python.org/moin/PyQt</a><br>
<a class="moz-txt-link-freetext" href="http://www.pygtk.org/">http://www.pygtk.org/</a><br>
<a class="moz-txt-link-freetext" href="http://wiki.python.org/moin/TkInter">http://wiki.python.org/moin/TkInter</a><br>
<a class="moz-txt-link-freetext" href="http://www.zetcode.com/wxpython/">http://www.zetcode.com/wxpython/</a><br>
<a class="moz-txt-link-freetext" href="http://wiki.python.org/moin/PyUi">http://wiki.python.org/moin/PyUi</a><br>
</body>
</html>