Helpful Information
 
 
Category: Python
Displaying 'terminal stuff' in a window

I am attempting to develop a system shell, but the terminal has become boring, and i'm wondering if I can display the terminal in a window. For example:
When you run my program, a window pops up, but it displays the command line program I made, in the window. Where i'm still able to input commands for my program to interpret. Is this possible?

Thanks

I think i don't understand what you mean. In case this helps i wrote a CGI terminal that runs in a browser:

http://code.google.com/p/cgpy-shell/

It's similar to what i mean, but I want a CGI terminal that runs in a window.

Thanks for the completely useless post.

no one?

Just bumping the post...

Have you tried looking at stdout, stdin and stderr?

Check here: http://mail.python.org/pipermail/python-list/2003-November/237889.html

Just redirect them.

Thanks










privacy (GDPR)