Re: Interact with system command prompt

2006-09-20 Thread Fernando Perez
billie wrote: > Uhm... It seems that IPython got some problems: > http://ipython.scipy.org/doc/manual/node12.html > > In details: > >>Note that this does not make IPython a full-fledged system shell. In >>particular, it has >no job control, so if you type Ctrl-Z (under Unix), >>you'll suspend py

Re: Interact with system command prompt

2006-09-18 Thread Diez B. Roggisch
billie wrote: > Uhm... It seems that IPython got some problems: > http://ipython.scipy.org/doc/manual/node12.html > > In details: > >>Note that this does not make IPython a full-fledged system shell. In >>particular, it has >no job control, so if you type Ctrl-Z (under Unix), >>you'll suspend py

Re: Interact with system command prompt

2006-09-18 Thread billie
Uhm... It seems that IPython got some problems: http://ipython.scipy.org/doc/manual/node12.html In details: >Note that this does not make IPython a full-fledged system shell. In >particular, it has >no job control, so if you type Ctrl-Z (under Unix), you'll >suspend pysh itself, not the >proces

Re: Interact with system command prompt

2006-09-18 Thread billie
Diez B. Roggisch ha scritto: > billie wrote: > > > Hi all. I would like to know if there's some python framework able to > > interact with system command prompt (cmd.exe or /bin/sh, depending on > > the system) from python. > > I need something that supports k

Re: Interact with system command prompt

2006-09-18 Thread Diez B. Roggisch
billie wrote: > Hi all. I would like to know if there's some python framework able to > interact with system command prompt (cmd.exe or /bin/sh, depending on > the system) from python. > I need something that supports key/path auto completion by pressing TAB > button and th

Interact with system command prompt

2006-09-18 Thread billie
Hi all. I would like to know if there's some python framework able to interact with system command prompt (cmd.exe or /bin/sh, depending on the system) from python. I need something that supports key/path auto completion by pressing TAB button and the possibility to use interactive programs