I have seen this sort of thing happen often when Vim is compiled against a different version of Python than the scripts are actually running in.
Your script is probably importing from python 2 now, but still compiled against Python 3. You may need to rebuild and/or reinstall Python, since it seems to have Python3 embedded. Best, Bailey Mar 8, 2019, 2:43 PM by [email protected] <mailto:[email protected]>: > Seems your machine issue. I use leaderf a lot. I've no issue. > > Thanks. > > On Fri, Mar 8, 2019 at 8:13 AM Joey Ling <> [email protected] > <mailto:[email protected]>> > wrote: > >> When I execute ":Leaderf -h" in Gvim, it prompts the crash dialog box(check >> the screenshot), Vim-Pandoc has the same problem, but other plugin without >> python-support has no such problem. >> >> Another strange thing is: >> >> I have uninstalled the python-3.7.2, but execute ":echo has('python3')" >> still returns 1. Why? >> >> -- >> -- >> You received this message from the "vim_use" maillist. >> Do not top-post! Type your reply below the text you are replying to. >> For more information, visit >> http://www.vim.org/maillist.php >> <http://www.vim.org/maillist.php> >> >> --- >> You received this message because you are subscribed to the Google Groups >> "vim_use" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to >> [email protected] >> <mailto:vim_use%[email protected]>>> . >> For more options, visit >> https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>>> . >> > > > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit > http://www.vim.org/maillist.php > <http://www.vim.org/maillist.php> > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > [email protected] > <mailto:[email protected]>> . > For more options, visit > https://groups.google.com/d/optout > <https://groups.google.com/d/optout>> . > -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
