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
python-modebuilt-in. It may only beipythonthat is lacking. Try de-installing the packages and see if you can still runM-x python-shell.