Re: can i use the browser to show the result of python

2009-10-10 Thread Hacken
On Oct 5, 5:16 pm, catafest wrote: > On Sep 25, 12:41 pm, Hacken wrote: > > > I have write some python script > > > i want to use browser(IE or FF) to call it, an show the returns! > > > how to? > > Python script running under web browsers only like: >  python + website = django . u can say that

Re: can i use the browser to show the result of python

2009-10-05 Thread catafest
On Sep 25, 12:41 pm, Hacken wrote: > I have write some python script > > i want to use browser(IE or FF) to call it, an show the returns! > > how to? Python script running under web browsers only like: python + website = django . -- http://mail.python.org/mailman/listinfo/python-list

Re: can i use the browser to show the result of python

2009-09-28 Thread Hacken
On Sep 27, 12:24 pm, Dave Angel wrote: > Hacken wrote: > > On Sep 25, 6:27 pm, Dave Angel wrote: > > >> Hacken wrote: > > >>> I have write some python script > > >>> i want to use browser(IE or FF) to call it, an show the returns! > > >>> how to? > > >> You don't say much about your environment,

Re: can i use the browser to show the result of python

2009-09-26 Thread Dave Angel
Hacken wrote: On Sep 25, 6:27 pm, Dave Angel wrote: Hacken wrote: I have write some python script i want to use browser(IE or FF) to call it, an show the returns! how to? You don't say much about your environment, nor the nature of your script. So my response will

Re: can i use the browser to show the result of python

2009-09-26 Thread Steven D'Aprano
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 -- http://mail.python.org/mailman/listinfo

Re: can i use the browser to show the result of python

2009-09-26 Thread Hacken
On Sep 25, 6:27 pm, Dave Angel wrote: > Hacken wrote: > > I have write some python script > > > i want to use browser(IE or FF) to call it, an show the returns! > > > how to? > > You don't say much about your environment, nor the nature of your > script. So my response will be very generic. > > If

Re: can i use the browser to show the result of python

2009-09-25 Thread Dave Angel
Hacken wrote: I have write some python script i want to use browser(IE or FF) to call it, an show the returns! how to? You don't say much about your environment, nor the nature of your script. So my response will be very generic. If your script writes a valid html/xml/xhtml format to st

can i use the browser to show the result of python

2009-09-25 Thread Hacken
I have write some python script i want to use browser(IE or FF) to call it, an show the returns! how to? -- http://mail.python.org/mailman/listinfo/python-list