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

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

does Your elpy/rope autocomplete from "sys." ?


From: Paul K
Subject: does Your elpy/rope autocomplete from "sys." ?
Date: Sun, 27 Apr 2014 16:08:37 +0200

Hallo emacs users.

my python program is very simple:


*import sys*sys.

unfortunatelly no completion is done at the end.

But for another module (`os' for example) all is ok.

where is the problem?

I am running following:
GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)

elpy-version is a variable defined in `elpy.el'.
Its value is "1.3.0"

terminal$ pip freeze | grep rope
rope==0.9.4

terminal$ python --version
Python 2.7.3

I am running ubuntu.12.04

my emacs configuration is:

(require 'package)
(package-initialize)


(elpy-enable)
(delq 'flymake-mode elpy-default-minor-modes)


ragards,


reply via email to

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