can i use the browser to show the result of python

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Sat Sep 26 22:19:25 EDT 2009


On Sat, 26 Sep 2009 19:05:37 -0700, Hacken wrote:

> i just want write my programes in python, and i use Browser to show my
> GUI,
> 
> can i do that?and how to?
> 
> thanks,waitting......


In Python 2.6, you can use the webbrowser module.




-- 
Steven



More information about the Python-list mailing list