From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Anton V. Belyaev" Newsgroups: gmane.emacs.help Subject: Problems with built-in Python mode of Emacs22 on w32 Date: 8 Apr 2006 06:54:10 -0700 Organization: http://groups.google.com Message-ID: <1144504450.570708.26150@e56g2000cwe.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1144507285 23586 80.91.229.2 (8 Apr 2006 14:41:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Apr 2006 14:41:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 08 16:41:24 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FSEcl-00010c-5A for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Apr 2006 16:41:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FSEck-00072M-EC for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Apr 2006 10:41:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e56g2000cwe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 195.131.207.90 Original-X-Trace: posting.google.com 1144504456 23082 127.0.0.1 (8 Apr 2006 13:54:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 8 Apr 2006 13:54:16 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e56g2000cwe.googlegroups.com; posting-host=195.131.207.90; posting-account=MJsRpw0AAAB1knIy9XY5Qkoe7pbkNmfZ Original-Xref: shelby.stanford.edu gnu.emacs.help:138624 Original-To: help-gnu-emacs@gnu.org 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:34242 Archived-At: I searched the group, but it seems nobody encountered such a problem. I use Emacs22 (for windows), it has python.el in the distrib. Also I use Python 2.4.3. When I am trying to send a statement to Python from Emacs, *Python* buffer is shown and it says following: Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> Traceback (most recent call last): File "", line 1, in ? File "c:\Program Files\Emacs\emacs\etc\emacs.py", line 23, in ? import os, sys, traceback, inspect, rlcompleter, __main__ File "c:\Python24\lib\rlcompleter.py", line 42, in ? import readline ImportError: No module named readline >>> >>> Traceback (most recent call last): File "", line 1, in ? NameError: name 'emacs' is not defined >>> >>>