Reputation: 47441
I am trying to configure emacs for python development. I have installed the following packages from melpa - python-mode ipython.
I would like to interactively develop, have the code file open in one frame and the python shell open in another, and have the ability to reload the changes in my code file in the shell.
As per the article - http://pedrokroger.net/2010/07/configuring-emacs-as-a-python-ide-2/, I should be able to load my code in the shell using C-c ! or M-x python-shell. However on executing either of this nothing happens !
I have not downloaded the python-mode.el manually, but installed the packages from repos, is that creating a problem ?
I would appreciate help in resolving this issue
Upvotes: 1
Views: 293
Reputation: 47441
It was resolved by installing python and ipython packages and then adding the config mentioned in the python.el file to init.el.
Upvotes: 1