On Fri, Jul 3, 2009 at 4:42 PM, TL<[email protected]> wrote: > You're change to the "subprocess.Popen" call in the trunk from: > data = "subprocess.Popen",[vim_exe, "--servername", "LEO --remote" > + useTabs + "-silent", Lnum], None > to: > data = ["subprocess.Popen",vim_exe + " --servername LEO --remote" + > useTabs + "-silent " + Lnum, None] > caused the launching of vim in WinXP to stop working for me.
Can you verify that the old way still works for you (I mean editing vim.py, not by reverting to an older version). Also ensure that you are on very latest trunk, and the path to vim_exe is correct (I nuked the default setting from LeoSettings.leo, ensure that you have specified the path yourself). subprocess should work similarly b/w linux & windows. Does the "edit" from rclick menu work for you? It uses the same method of launching... -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
