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

William Ranvaud william at ranvaud.com
Sat May 18 22:23:04 CEST 2013


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 04:20, Ahmet Anil Dindar wrote:
>
> 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
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130518/2a514e25/attachment.html>


More information about the Tutor mailing list