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

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

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/).

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

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.