简体   繁体   中英

python-shell not working in emacs

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 Cc ! or Mx 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和ipython软件包,然后将python.el文件中提到的配置添加到init.el中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM