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
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
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
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
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
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