Re: [Tutor] IPython problem: Difficulty in setting editor to TextPad

2008-07-18 Thread Dick Moores
At 03:41 PM 7/18/2008, arsyed wrote: I just set the EDITOR environment variable under windows to textpad and %ed works fine from ipython. It also gets used by subversion and other programs for commit messages, etc. >echo %EDITOR% "C:\Program Files\TextPad 5\TextPad.exe" I'd already done tha

Re: [Tutor] IPython problem: Difficulty in setting editor to TextPad

2008-07-18 Thread arsyed
I just set the EDITOR environment variable under windows to textpad and %ed works fine from ipython. It also gets used by subversion and other programs for commit messages, etc. >echo %EDITOR% "C:\Program Files\TextPad 5\TextPad.exe" On Thu, Jul 17, 2008 at 11:39 AM, Dick Moores <[EMAIL PROTE

Re: [Tutor] IPython problem: Difficulty in setting editor to TextPad

2008-07-17 Thread Dick Moores
At 08:13 AM 7/17/2008, Alan Gauld wrote: "Dick Moores" <[EMAIL PROTECTED]> wrote In my ipy_user_conf.py I have put this line: ipy_editors.install_editor("C:\Program Files\TextPad 5\TextPad.exe") escape the spaces and backslashes(raw string might work as well) Yeah, I tried that (except for t

Re: [Tutor] IPython problem: Difficulty in setting editor to TextPad

2008-07-17 Thread Alan Gauld
"Dick Moores" <[EMAIL PROTECTED]> wrote In my ipy_user_conf.py I have put this line: ipy_editors.install_editor("C:\Program Files\TextPad 5\TextPad.exe") escape the spaces and backslashes(raw string might work as well) ipy_editors.install_editor("C:\\Program\ Files\\TextPad 5\\TextPad.exe")