Comment 1 for bug 1403920

Revision history for this message
Urs Fleisch (ufleisch) wrote :

I tested it with the latest python-mode and components-python-mode from bzr, the latest official release (6.2.0) and the packages from Ubuntu 14.10 (6.1.3). With all these configurations, I see no problems with the Python auto completion. With an Ubuntu 14.10 installtion having python-mode, pymacs and auto-complete-el, it works with the following minimal emacs initialization:

(require 'pymacs)
(require 'auto-complete-config)
(ac-config-default)

If pymacs or auto-complete are not installed, it will not work, maybe this is the source of the problem?

By the way: The current components-python-mode has the following problems:
File mode specification error: (file-error "Cannot open load file" "python-components-bounds-forms")
File mode specification error: (file-error "Cannot open load file" "python-components-auto-fill")