GNU bug report logs - #958
Python 2.6b2 interpreter error with `emacs.py'

Previous Next

Package: emacs;

Reported by: mu8ja0i <at> earthlink.net

Date: Thu, 11 Sep 2008 04:55:03 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 958-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: mu8ja0i <at> earthlink.net
Cc: 958-done <at> debbugs.gnu.org
Subject: Re: bug#958: Python 2.6b2 interpreter error with `emacs.py'
Date: Thu, 11 Sep 2008 19:04:32 -0400
"Allan Mui" wrote:

> I have installed Python 2.6b2 and Emacs 22.3.1 (from binaries in both
> cases). When I open `emacs.py' or any other python source file and run
> the python interpreter from within emacs I receive the following
> error:
>  d:\Program Files\GNU\GNU Emacs\emacs-22.3\etc\emacs.py:24:
> DeprecationWarning: the sets module is deprecated
>   from sets import Set

(This is just a warning, not an error, no?)

Looks like this is already handled in the CVS trunk version, so will
be fixed in Emacs 23.1, via:

try:
    set
except:
    from sets import Set as set




This bug report was last modified 16 years and 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.