Comments on: Python-mode – A Vim Plugin to Develop Python Applications in Vim Editor https://www.tecmint.com/python-mode-a-vim-editor-plugin/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 22 Sep 2020 04:52:51 +0000 hourly 1 By: Nick Seidenman https://www.tecmint.com/python-mode-a-vim-editor-plugin/comment-page-1/#comment-1366296 Tue, 22 Sep 2020 04:52:51 +0000 http://www.tecmint.com/?p=25468#comment-1366296 `:helptags` requires an argument.

]]>
By: Aaron Kili https://www.tecmint.com/python-mode-a-vim-editor-plugin/comment-page-1/#comment-1032370 Wed, 05 Sep 2018 06:54:13 +0000 http://www.tecmint.com/?p=25468#comment-1032370 In reply to Pablo Caraballo.

@Pablo

Follow the instructions in this guide to install the required module: https://github.com/python-mode/python-mode#how-to-install

]]>
By: Pablo Caraballo https://www.tecmint.com/python-mode-a-vim-editor-plugin/comment-page-1/#comment-1031863 Tue, 04 Sep 2018 03:27:23 +0000 http://www.tecmint.com/?p=25468#comment-1031863 Hi!

I follow this installation instruction, but whenever I edit a python file (vi filename.py), I got:

An error was encountered while processing /home/pablo/.vim/bundle/python-mode/autoload/pymode/lint.vim:
line 1
    from pylama.lint.extensions import LINTERS
Press ENTER or enter an order to continue
An error was encountered while processing /home/pablo/.vim/bundle/python-mode/autoload/pymode/lint.vim:
line 1
ModuleNotFoundError: No module named 'pylama'

Can you give me any help, please!

Bye,

Pablo

]]>
By: Aaron Kili https://www.tecmint.com/python-mode-a-vim-editor-plugin/comment-page-1/#comment-1007120 Thu, 28 Jun 2018 07:51:19 +0000 http://www.tecmint.com/?p=25468#comment-1007120 In reply to Palash Aggrawal.

@Palash

We are grateful for this useful addition, many thanks for sharing.

]]>
By: Palash Aggrawal https://www.tecmint.com/python-mode-a-vim-editor-plugin/comment-page-1/#comment-1007076 Thu, 28 Jun 2018 02:03:19 +0000 http://www.tecmint.com/?p=25468#comment-1007076 Please add the following way to add this plugin via Vundle:

If one already has Vundle installed, you can easily add the plugin in .vimrc file as shown.

Plugin 'klen/python-mode'

then open vim and run:

:PluginInstall
]]>