2018-05-08 6:55 GMT+03:00 Vlad Vladov <[email protected]>: > It is unable to locate a python library called encodings which might be
`encodings` is a part of standard Python library since at least the first Python version supported by Vim now. If you are unable to locate it then you are looking in a wrong direction, just `import encodings` should be working on any functioning CPython installation without any additional packages installed. > specific to the addon and you might have to double check that you have And addon cannot possibly produce “Fatal Python error: Py_Initialize: unable to load the file system codec”, it is error from Python initialization stage, before anything using Python has a chance to use any Python code. > recieved full code for the addon and followed the instructions. > The only other thing I can think of is if you are using wrong python > version. Are you running 3.* or 2.*? Try the other one and see if it works. > > On Mon, May 7, 2018 at 5:54 PM, srlhyo <[email protected]> wrote: >> >> Please find attached png file. >> >> >> I am unable to run the plugin "browserlink.vim" >> (https://github.com/jaxbot/browserlink.vim). It shows the following error: >> >> Fatal Python error: Py_Initialize: unable to load the file system codec >> ImportError: No module named 'encodings' >> >> I have searched for fixing but I don't understand exactly what to do from >> the documentation found on StackOverflow and Github issues. >> >> -- >> -- >> You received this message from the "vim_dev" 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_dev" 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. > > > > > -- > Vlad C. > > -- > -- > You received this message from the "vim_dev" 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_dev" 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. -- -- You received this message from the "vim_dev" 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_dev" 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.
