On Aug 12, 2008, at 1:10 AM, Matt K wrote:
Massimo, web2py - 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).

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.

Massimo, QT - 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?

Sorry. I have not.

Massimo
_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to