[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ipython/executable-find returns nil in Emacs 22.1 on XP
From: |
Jason Rumney |
Subject: |
Re: ipython/executable-find returns nil in Emacs 22.1 on XP |
Date: |
Tue, 11 Sep 2007 08:56:43 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (Windows/20070728) |
Park Hays wrote:
> I don't know for certain, but I suspect a call to exec() will work
> correctly--that is, invoke the script with its appropriate interpreter.
To test this theory, try the following
(add-to-list 'exec-suffixes ".py" t)
If it doesn't work, then you'll need to modify ipython.el to use a more
cross-platform way of running python shell scripts (probably via
shell-command rather than executing it directly).