python suitable for character mode terminals on linux

S

Sanjay Minni

We have an oracle based app on linux server where
users are a mix of Character Mode Terminals (CUI)
alongwith Win, Linux GUI(gnome)
terminals.

Will python be a suitable front end in such an
environment (specially the Character mode CUI)
at least then some of the knowledgebase can be
reused.

Currently we use different platforms for
each environement

Sanjay Minni
www.minisoftindia.com
 
A

A.M. Kuchling

Will python be a suitable front end in such an
environment (specially the Character mode CUI)
at least then some of the knowledgebase can be
reused.

Python includes a curses module that wraps most of the SYSV curses/ncurses
interfaces (though certainly not all of them) so you could use that to
construct text-mode interfaces.

--amk
 
P

Paul Clinch

Yes, you'll find the curses module useful for CUI implementation.

regards, Paul Clinch
 
A

Aahz

We have an oracle based app on linux server where users are a mix
of Character Mode Terminals (CUI) alongwith Win, Linux GUI(gnome)
terminals.

Will python be a suitable front end in such an environment (specially
the Character mode CUI) at least then some of the knowledgebase can be
reused.

Haven't looked at it myself, but check out
http://anygui.sourceforge.net/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top