Re: Problem with Python shell through Cygwin Screen (Python/Vim/Screen combo)

2008-09-21 Thread Ant
On Sep 19, 7:08 pm, Jason Tishler <[EMAIL PROTECTED]> wrote: ... > There are known issues when trying to run a Windows program that > directly accesses the console under Cygwin.  For example: > >    http://mail.python.org/pipermail/python-list/2004-June/21.html > > AFAICT, you will have to use

Re: Problem with Python shell through Cygwin Screen (Python/Vim/Screen combo)

2008-09-19 Thread Jason Tishler
Ant, On Fri, Sep 19, 2008 at 03:10:10AM -0700, Ant wrote: > [snip] > This works great in Linux, and also in Windows using the Cygwin build > of Python, but when you call: > > screen -S py -s python > > using the Windows build of Python, the shell just hangs. Does anyone > know if this is a known i

Problem with Python shell through Cygwin Screen (Python/Vim/Screen combo)

2008-09-19 Thread Ant
Hi all, There's a sweet combination of tools that you can assemble using Vim, a Python shell (or any shell for that matter) and GNU screen, where you essentially send selected text from Vim to the Python shell. (See http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/ for more details -