<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br></div><div>On Aug 12, 2008, at 1:10 AM, Matt K wrote:</div><div><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); "><b>Massimo, web2py</b> - I'm looking for a non-web based solution. We already do cgi-scripting in Year 10 and the project will involve some cgi. But it also needs a stand-alone executable (for a different set of users).</span></blockquote><div><br></div><div>I'd suggest using WSGI instead of CGI. CGI is slow and does not support streaming. web2py is based on WSGI and you can distribute your apps with the framework as a stand alone executable (when you click on it it starts web server, database, and your app in the UI in the browser). On Windows and Mac it does not require having Python installed.</div><br><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); "><b>Massimo, QT</b> - I have the same comment as I gave to Winston, above. Do you have any sample code from students who have written a relatively simplistic GUI?</span></blockquote><br></div><div>Sorry. I have not.</div><div><br></div><div>Massimo</div></body></html>