Re: [Tutor] Webinterface for python script

2019-01-30 Thread Alan Gauld via Tutor
On 30/01/2019 14:06, Asad wrote: > I have created certain python scripts to analyze log files and > suggest solution based on logic which I invoke on the command line . I need > some information on how to execute these through browser . I am using : > > python test.py file1 file2 > > H

Re: [Tutor] Webinterface for python script

2019-01-30 Thread Joel Goldstick
On Wed, Jan 30, 2019 at 11:20 AM Asad wrote: > > Hi All , > > I have created certain python scripts to analyze log files and > suggest solution based on logic which I invoke on the command line . I need > some information on how to execute these through browser . I am using : > > python

[Tutor] Webinterface for python script

2019-01-30 Thread Asad
Hi All , I have created certain python scripts to analyze log files and suggest solution based on logic which I invoke on the command line . I need some information on how to execute these through browser . I am using : python test.py file1 file2 How do I use the browser to upload the