Re: Guification of console app

2005-11-25 Thread Chris Mellon
On 11/25/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > "metiu" wrote: > > > you have a compression utility that works as a standard *nix filter, so > > it takes something from stdin and gives it back compressed to stdout > > you like to use it as such, because it's nice to call it from the > > com

Re: Guification of console app

2005-11-25 Thread metiu
I like it! Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Guification of console app

2005-11-25 Thread Fredrik Lundh
"metiu" wrote: > you have a compression utility that works as a standard *nix filter, so > it takes something from stdin and gives it back compressed to stdout > you like to use it as such, because it's nice to call it from the > command line > > now someone finds your utility quite nice, and says

Re: Guification of console app

2005-11-25 Thread metiu
Yes, I'll try to give you an example: you have a compression utility that works as a standard *nix filter, so it takes something from stdin and gives it back compressed to stdout you like to use it as such, because it's nice to call it from the command line now someone finds your utility quite nic

Re: Guification of console app

2005-11-25 Thread Steve Holden
metiu wrote: > Say I have a console app that does something in three steps: > - opens a file > - transfers the file through a serial port > - does some elaborations > > and I want to build a GUI around it that, for example, sets the file > name to open or starts the different steps. > > I started

Re: Guification of console app

2005-11-24 Thread Peter Hansen
metiu wrote: > Say I have a console app that does something in three steps: > - opens a file > - transfers the file through a serial port > - does some elaborations > > and I want to build a GUI around it that, for example, sets the file > name to open or starts the different steps. > > I started

Guification of console app

2005-11-24 Thread metiu
Say I have a console app that does something in three steps: - opens a file - transfers the file through a serial port - does some elaborations and I want to build a GUI around it that, for example, sets the file name to open or starts the different steps. I started using wxPython (actually boa-c