vimpy
vimpy copied to clipboard
Missing module dependencies for python3.7
I am using python3.7 in one my project and wanted to test use this plugin, however right after the installation it shows bunch of errors when i start neovim . Please note I already have pyflakes installed.
File "/spare/ssd/rbhanot/.config/nvim/plugged/vimpy/ftplugin/python/vimpy/vimpy_.py", line 6, in <module>
from StringIO import StringIO
ModuleNotFoundError: No module named 'StringIO'
Since python37 does not have StringIO module and instead IO from which you can import StringIO, i fixed this issue but then there were even more.
So i guess the plugin is not supported for python37. Any plans ?
Im currently not using vim (nor writing a lot of python). Im no longer actively maintaining this project anymore. I recommend pycharm (with the vim plugin) as a nice replacement for vim.