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
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
_