Emacs Python Completion

I always used Emacs for Python editing. And usually i use the ‘dabbrev-expansion’ to use auto-complete feature. After a talk w/ Phil I discover http://www.python.org/cgi-bin/moinmoin/EmacsPythonCompletion (py-complete lisp module).

This seems to be a cool stuff but i get the same error as Phil:

>>> Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name '__py_complete_string' is not defined

So I need to look at this another day..

Related posts :

admin December 29th, 2003


2 Responses to “Emacs Python Completion”

  1. Fermaton 26 Dec 2006 at 5:08 pm

    Hi! Did you solve this problem? I’m just having it, too O:-)

    PS: Happy Holidays.

  2. Bragaon 09 Feb 2007 at 11:23 am

    The problem persists for other (would-be) users of py-complete, too. Any ideas?

Comments RSS

Leave a Reply