Re: [Tutor] Some Python difficulties ..

2016-07-10 Thread Steven D'Aprano
On Sun, Jul 10, 2016 at 02:23:23AM +, Chan Cheuk wrote: > Dear all, > > > I would like to know whether my designed Python program below for > Linux route command could not run and show the output onto the > textarea that I planned originally. Did you try running it? What happened? If you

Re: [Tutor] Some Python difficulties ..

2016-07-10 Thread Peter Otten
Chan Cheuk wrote: > I would like to know whether my designed Python program below for Linux > route command could not run and show the output onto the textarea that I > planned originally. When you run the script and click on the Run! button, what do you see? Read the traceback carefully and come