From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: Best way to run python code within Emacs? Date: Thu, 11 Dec 2008 11:49:38 +0100 Organization: A noiseless patient Spider Message-ID: References: <3a313093-3f59-4d88-940a-8555d7a364c9@i18g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228995668 3591 80.91.229.12 (11 Dec 2008 11:41:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 11:41:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 11 12:42:12 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAjvn-0007ip-V5 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 12:42:12 +0100 Original-Received: from localhost ([127.0.0.1]:36262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAjuc-0002ID-HB for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 06:40:58 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.motzarella.org!motzarella.org!rileyrgdev.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: news.eternal-september.org U2FsdGVkX19JIubYM+3HJeQ5ZI5uVvhNiczKn8j5Is3aefhuZKoNyMlM8T/U/tC35RmKn9D8a8ClEQabe9OvI16ufpeoTvB73WScBQofZerQePG2rcRRkuDF6XOH8NnJ/Wc2AHU0ZnFIXAFb/+/Nlw== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Thu, 11 Dec 2008 10:51:14 +0000 (UTC) X-Auth-Sender: U2FsdGVkX18YVyhr4zH659aH1pDU+UKwW6hwj2vIb2sPDT7eQvBvtA== Cancel-Lock: sha1:gOpSQp6IVO3uQcVFGN2yX9qVt68= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:165223 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60551 Archived-At: "seberino@spawar.navy.mil" writes: > I know how to start a shell in Emacs and from there start the Python > interpreter in Emacs. > > Is there a better/faster way to run Python code I'm working on? > > Chris http://www.emacswiki.org/emacs/PythonMode#toc10 Not Emacs 23 specific I expect. But all the info you need is there I think. Means knowing about paths and locating necessary packages though.