fgallina / python-django.el

An Emacs package for managing Django projects.
GNU General Public License v3.0
67 stars 24 forks source link

Fix: keep `python-shell-interpreter-args' working. #10

Open xor3 opened 10 years ago

xor3 commented 10 years ago

On windows, IPython only works with following configuration: (setq python-shell-interpreter "C:\Python27\python.exe" python-shell-interpreter-args "-i C:\Python27\Scripts\ipython-script.py"))

Without the python-shell-interpreter-args', python-django-mode's shell doesn't have the prompt "In [*]:" and its subprocess doesn't work right. So I keep thepython-shell-interpreter-args' here.

fgallina commented 9 years ago

Is this still a thing on windows with latest python.el and python-django.el?