Re: [Tutor] Python web script to run a command line expression

2013-05-18 Thread William Ranvaud
I'm not sure if this is what you are looking for or if this will work on WAMP but python has a virtual terminal emulator called Vte or python-vte. I use it to display the terminal and run commands. I'm using it on Linux by adding "from gi.repository import Vte". Hope it helps. On 18-05-2013

[Tutor] Python web script to run a command line expression

2013-05-18 Thread Ahmet Anil Dindar
Hi, I have a WAMP running in my office computer. I wonder how I can implement a python script that runs within WAMP and execute a command line expression. By this way, I will able to run my command line expressions through web page in intranet. I appreciate your suggestions. ++Ahmet _