From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roberto Gerardi Newsgroups: gmane.emacs.help Subject: Connecting Emacs to Python in Windows XP Date: Thu, 29 Apr 2010 12:53:26 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1272647556 20244 80.91.229.12 (30 Apr 2010 17:12:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2010 17:12:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 30 19:12:34 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O7tlR-0005TF-1W for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Apr 2010 19:12:33 +0200 Original-Received: from localhost ([127.0.0.1]:33780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7tlQ-0006IH-6z for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Apr 2010 13:12:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7WzU-0006yj-5U for help-gnu-emacs@gnu.org; Thu, 29 Apr 2010 12:53:32 -0400 Original-Received: from [140.186.70.92] (port=60322 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7WzS-0006xy-UI for help-gnu-emacs@gnu.org; Thu, 29 Apr 2010 12:53:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7WzR-0008Dt-U0 for help-gnu-emacs@gnu.org; Thu, 29 Apr 2010 12:53:30 -0400 Original-Received: from mail-iw0-f202.google.com ([209.85.223.202]:40778) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7WzR-0008DZ-R7 for help-gnu-emacs@gnu.org; Thu, 29 Apr 2010 12:53:29 -0400 Original-Received: by iwn40 with SMTP id 40so167811iwn.1 for ; Thu, 29 Apr 2010 09:53:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=s6CLvrzHbajpl8m28j4EP2lhnqu/zb8AGEGbJglZbQM=; b=S87v+7q7bMht8zHxEcI7jP7gTdjJ0Nd4AkMtm73MxqOnAQw3yKdP2z/TlxLOYXLpmO rlYmfEzQVc5F+ApSMg48YAeS9coV06R0NuzCuj12x288Dg+voAdRPAmJiXsl5NoOzLXn bZxc8HlDft7yg1Ls5Mdnyz8hvfixoOZfz7768= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YbzV70jBlKkOdObK9hKZ9VXFKW0moOqVOnZXSHLYwZ7Ny51bYUpL6lPsDx36oYiNoJ 3FlckzP+PVo5ZMP/LGKBT4EbrXhfWFoJL47gKzsXx4JtrAN9Fdzy0G1FY2PdugBx1IUr MBNWlftqOZw4jcaXlzk/sq+Kvv9vAPVv9T2nE= Original-Received: by 10.231.174.142 with SMTP id t14mr2686652ibz.69.1272560006767; Thu, 29 Apr 2010 09:53:26 -0700 (PDT) Original-Received: by 10.231.13.136 with HTTP; Thu, 29 Apr 2010 09:53:26 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 30 Apr 2010 13:07:45 -0400 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:72872 Archived-At: Hi, I've downloaded Emacs 2.3 and Python 3.0. I'm totally new with this, so I could not run python programs from Emacs. Is there any set up or extra file I have to download and install to link Emacs with Python? Thanks, Roberto