Re: User interfaces in console (dialog like)

2005-06-23 Thread James Carroll
Wow,  I was just reminiscing about my old TurboVision days... I second
the recommendation.

On 6/23/05, Jeremy Sanders <[EMAIL PROTECTED]> wrote:
> Negroup wrote:
> 
> > Do you guys know an alternative that fits my needings without moving
> > from Python?
> 
> Turbo Vision in dos used to be really good. There's a python binding to the
> free version here:
> 
> http://tvision.sourceforge.net/
> 
> (I haven't tried it)
> 
> --
> Jeremy Sanders
> http://www.jeremysanders.net/
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
>
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: User interfaces in console (dialog like)

2005-06-23 Thread Jeremy Sanders
Negroup wrote:

> Do you guys know an alternative that fits my needings without moving
> from Python?

Turbo Vision in dos used to be really good. There's a python binding to the
free version here:

http://tvision.sourceforge.net/

(I haven't tried it)

-- 
Jeremy Sanders
http://www.jeremysanders.net/
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: User interfaces in console (dialog like)

2005-06-23 Thread Riccardo Galli
On Thu, 23 Jun 2005 05:45:07 -0700, Negroup wrote:

> Hi all.
> 
> I need to provide to my users a graphical interface to be used from os'
> command line.
> Initially I thought something equivalent to Unix dialog, and googling
> around I have found Python Dialog
> (http://pythondialog.sourceforge.net/). This would be the perfect solution
> for me if it could be cross platform. However, it doesn't work on Windows,
> just on Linux/Unix.
> 
> Do you guys know an alternative that fits my needings without moving from
> Python?
> 
> Thanks,
> -ng

It doesn't depend on the language. There aren't truely portable graphic
interface libraries, which show more than a coloured rectangle.
For *nix, there is also curses-extra, which offers various widgets
(textview,combobox,radio and checkbuttons and so on).
http://www.sideralis.net/index.php?action=4&pjid=20

Bye,
Riccardo

-- 
Riccardo Galli
Sideralis Programs
http://www.sideralis.net
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: User interfaces in console (dialog like)

2005-06-23 Thread erinhouston
Do you only need to work on windows? if so you could use
http://newcenturycomputers.net/projects/wconio.html  to build your own
gui.

We used this for our inhouse ldap admin script.

-- 
http://mail.python.org/mailman/listinfo/python-list


User interfaces in console (dialog like)

2005-06-23 Thread Negroup
Hi all.

I need to provide to my users a graphical interface to be used from
os' command line.
Initially I thought something equivalent to Unix dialog, and googling
around I have found Python Dialog
(http://pythondialog.sourceforge.net/). This would be the perfect
solution for me if it could be cross platform. However, it doesn't
work on Windows, just on Linux/Unix.

Do you guys know an alternative that fits my needings without moving
from Python?

Thanks,
-ng
-- 
http://mail.python.org/mailman/listinfo/python-list