Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-13 Thread Dave Kuhlman
On Fri, Oct 10, 2008 at 12:09:16AM -0400, Kent Johnson wrote: > On Thu, Oct 9, 2008 at 7:48 PM, Wayne Watson > <[EMAIL PROTECTED]> wrote: > > Well, maybe I'll give Cygwin a go again. I tried it 2-3 years ago and it was > > troublesome. I'd really like to have Unix/Linux available, so maybe. I > > r

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-10 Thread Wayne Watson
Title: Signature.html I decided on WinMerge. It works fine, but unless I missed it does not highlight changed lines on a b/w printer. I found some options for color, but none of them applied to the "yellow" line highlighting for differences. Wayne Watson wrote: I'm sure you're correct, bu

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Alan Gauld
"Wayne Watson" <[EMAIL PROTECTED]> wrote What's the trick win comp? The window disappears quickly. Its a command line tool, you need to run it from a CMD window. Like so: H:\PROJECTS\Python>comp foo.py foo.tst /L /A Comparing foo.py and foo.tst... Compare error at LINE 1 file1 = g file2 =

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Kent Johnson
On Thu, Oct 9, 2008 at 7:48 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > Well, maybe I'll give Cygwin a go again. I tried it 2-3 years ago and it was > troublesome. I'd really like to have Unix/Linux available, so maybe. I > really don't use Linux any longer, but it does have some very good featur

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Wayne Watson
Title: Signature.html Make that "with" and not "win" comp. Wayne Watson wrote: Well, maybe I'll give Cygwin a go again. I tried it 2-3 years ago and it was troublesome. I'd really like to have Unix/Linux available, so maybe. I really don't use Linux any longer, but it does have some very g

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Wayne Watson
Title: Signature.html Well, maybe I'll give Cygwin a go again. I tried it 2-3 years ago and it was troublesome. I'd really like to have Unix/Linux available, so maybe. I really don't use Linux any longer, but it does have some very good features like diff than can be helpful even in a Win env.

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Wayne Watson
Title: Signature.html I'm sure you're correct, but I posted a similar message about diff on the Newsgroup, and got nowhere. Anyway, it looks like there are some good choices. Thanks. Kent Johnson wrote: On Thu, Oct 9, 2008 at 12:03 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: Is

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread W W
Vim also has a diff mode. -Wayne ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Alan Gauld
"Wayne Watson" <[EMAIL PROTECTED]> wrote Is there a Win Python environment that provides Linux like facilities like diff (compare) and checking in and out program files? Cygwin provides a fill Unix like environment on Windows and if you know Unix at all is a must-have addon IMHO! :-) But

Re: [Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Kent Johnson
On Thu, Oct 9, 2008 at 12:03 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > Is there a Win Python environment that provides Linux like facilities like > diff (compare) and checking in and out program files? This is not really a Python question. There are many good diff programs for Windows, a coupl

[Tutor] Python Working Environment, Checkout, Compare (diff), ...

2008-10-09 Thread Wayne Watson
Title: Signature.html Is there a Win Python environment that provides Linux like facilities like diff (compare) and checking in and out program files? For starters, I'm particularly interested in diff-ing two files. I'm  modifying someone else's Python program and would like to see the line b