help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with built-in Python mode of Emacs22 on w32


From: Anton V. Belyaev
Subject: Problems with built-in Python mode of Emacs22 on w32
Date: 8 Apr 2006 06:54:10 -0700
User-agent: G2/0.2

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 "<stdin>", 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 "<stdin>", line 1, in ?
NameError: name 'emacs' is not defined
>>> >>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]