Re: Help needed for to build a CGI shell interface.

2005-02-18 Thread Fuzzyman
Tim Roberts wrote: > Slalomsk8er <[EMAIL PROTECTED]> wrote: > > > >What do I want to do? I am building an admintool (deamon and client) and > >for this I need to script a interface to the shell, with the console > >ansi escape sequences, whitch is fully transparent for the user. > > Do you honest

Re: Help needed for to build a CGI shell interface.

2005-02-17 Thread Tim Roberts
Slalomsk8er <[EMAIL PROTECTED]> wrote: > >What do I want to do? I am building an admintool (deamon and client) and >for this I need to script a interface to the shell, with the console >ansi escape sequences, whitch is fully transparent for the user. Do you honestly plan to expose a command shel

Re: Help needed for to build a CGI shell interface.

2005-02-17 Thread Slalomsk8er
Diez B. Roggisch wrote: Slalomsk8er wrote: I don't get it with the popen (popen3 or subprocess). 1. How do I establish my pipes? 2. And how do I interact with the pipes (interactive CGI-page)? There are plenty of python + http frameworks out there - from simple cgi-like ones like mod_python to fu

Re: Help needed for to build a CGI shell interface.

2005-02-17 Thread Diez B. Roggisch
Slalomsk8er wrote: > I don't get it with the popen (popen3 or subprocess). > > 1. How do I establish my pipes? > > 2. And how do I interact with the pipes (interactive CGI-page)? There are plenty of python + http frameworks out there - from simple cgi-like ones like mod_python to full fledged a

Help needed for to build a CGI shell interface.

2005-02-17 Thread Slalomsk8er
I don't get it with the popen (popen3 or subprocess). 1. How do I establish my pipes? 2. And how do I interact with the pipes (interactive CGI-page)? Thanks, Dominik -- http://mail.python.org/mailman/listinfo/python-list