How to enable autocomplete PyGTK symbols in Emacs?

233 Views Asked by At

I have installed ropemacs in emacs and do these instructions:

  1. Edit config of the rope project (using M-x rope-project-config or directly opening .ropeproject/config.py) and replace the line

    prefs['extension_modules'] = []

    with

    prefs['extension_modules'] = ['gtk._gtk', 'gobject._gobject', 'pango', 'atk']

  2. Remove file .ropeproject/globalnames from the root of your rope project if there is one.

But it doesn't work. any idea to solve this problem?

0

There are 0 best solutions below